Home » Developer & Programmer » Forms » Opening a form in a Particular Tab
Opening a form in a Particular Tab [message #510428] Sun, 05 June 2011 22:52 Go to next message
isha1812
Messages: 16
Registered: January 2008
Junior Member
Hi

There is a existing form B.
From a form A I need to call form B on button press.
Problem is form B has many tabs,It should open in the third tab when it is being opened from form A.

Any inputs will be helpful

Regards
Isha
Re: Opening a form in a Particular Tab [message #510433 is a reply to message #510428] Mon, 06 June 2011 00:15 Go to previous message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
One option is to create a parameter (or a global variable, but I prefer parameters). Form_A should set its value; Form_B would then, in WHEN-NEW-FORM-INSTANCE trigger, check parameter's value. If it is recognized as "Understood! Form_A called me!", perform GO_ITEM(item_on_third_tab).
Previous Topic: master-detail relations guide required
Next Topic: Tree Problem
Goto Forum:
  


Current Time: Thu Sep 12 08:57:57 CDT 2024