Tabbing
This issue has been solved. See solution.
Hi Guys.
I have a dialog with four text boxes Text1, Text2, Text3, Text4 , and when user runs the installation and he is using TAB control to go from one text box to another it works like this for example:
Text1->Text3-> Text4 -> Text2 and I need Text1->Text2-> Text3 -> Text4.
Appreciate any help.
Not sure about WISE
But in Windows forms and web pages, you would set the TabIndex property of each textbox control. So the first textbox would have tabindex 0, the 2nd textbox would have tabindex 1, etc.
Hi EMercado. Thank you for
Hi EMercado.
Thank you for your input, but unfortunatly I couldn't find the TabIndex in Wise textbox properties.
Set Tab Order
Figured out how to do this:
Right Click on the DIALOG and select Set Tab Order.
Would you like to reply?
Login or Register to post your comment.