Home > Archive > Clarion > October 2004 > Visual Indicators with Wizard Style Form
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Visual Indicators with Wizard Style Form
|
|
|
| I am using C6.1 Build 9027 ABC,
I have visual indicators turned on and I am trying to
create a wizard style form interface.
My Back and Next Buttons have the following code
on event accepted:
Select(?Sheet,CHOICE(?Sheet)-1)
Select(?Sheet,CHOICE(?Sheet)+1)
This works fine, However the visual indicator remains on the last
selected field from the previous tab.
It works fine if I click on the actual tab, but when I click on the
back or next buttons I get this problem.
Any ideas would be appreciated.
TIA
Rick
| |
| Russell B. Eggen 2004-10-02, 8:55 am |
| Because you are selecting the tab control, not the control. If you change
your code to select the appropriate control on the next/previous tab, the
tab switching is automagic.
Either that or add code to select the appropriate controls.
--
Russ Eggen
www.radfusion.com
"Rick" <r.rogers@cumberlandtech.com> wrote in message
news:cff76470.0410010836.22477fcf@posting.google.com...
I am using C6.1 Build 9027 ABC,
I have visual indicators turned on and I am trying to
create a wizard style form interface.
My Back and Next Buttons have the following code
on event accepted:
Select(?Sheet,CHOICE(?Sheet)-1)
Select(?Sheet,CHOICE(?Sheet)+1)
This works fine, However the visual indicator remains on the last
selected field from the previous tab.
It works fine if I click on the actual tab, but when I click on the
back or next buttons I get this problem.
Any ideas would be appreciated.
TIA
Rick
|
|
|
|
|