kingsley143
18th April 2009, 11:59
I have used all the 10 user defined buttons on one form of my session and i have defined more for the second form how can i use them.

First form:
choice.user.0:
on.choice:

.
.
.
choice.user.9:
on.choice:

Now......how can i access the buttons on the second form...

Hitesh Shah
18th April 2009, 15:30
U can use form.curr predefined variable to put more action in an existing program e.g.


choice.0:
on.choice:
if form.curr = 1 then
|current statements in choice.0 on.choice
else
|statements for new form new button on new form
endif

toolswizard
20th April 2009, 15:37
If there are common session between the two forms, you can link to a menu and then select the session to zoom to from there. Or create a menu for each form.