Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageBecause 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
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.