Home » Developer & Programmer » Forms » how to change tab on form on commit
how to change tab on form on commit [message #123280] Sat, 11 June 2005 05:25 Go to next message
harmeet.gambhir
Messages: 30
Registered: June 2005
Member
hi everybody

i have three tabs (six data blocks) on the form and on commit/save i want the form to show first tab even if i press save button the second or third tabs..


thanks in advance..

harmeet
Re: how to change tab on form on commit [message #123578 is a reply to message #123280] Tue, 14 June 2005 00:46 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Put a 'key-commit' trigger on the form which says:
commit;
go_item('blk_a.itm_a');

That should work.

David
Re: how to change tab on form on commit [message #123583 is a reply to message #123578] Tue, 14 June 2005 01:12 Go to previous message
harmeet.gambhir
Messages: 30
Registered: June 2005
Member
thanks djmartin for ur reply ..


the problem was solved by
commit;
go_item('blk_a.itm_a');..

thanks a lot..

harmeet
Previous Topic: pls help
Next Topic: Cannot run form in winxp(sp2)
Goto Forum:
  


Current Time: Fri Sep 20 01:45:25 CDT 2024