Tabbing

This issue has been solved. See solution.
Rivin's picture

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.

EMercado's picture

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.

Rivin's picture

Hi EMercado. Thank you for

Hi EMercado.
Thank you for your input, but unfortunatly I couldn't find the TabIndex in Wise textbox properties.

Rivin's picture

Set Tab Order

Solution

Figured out how to do this:
Right Click on the DIALOG and select Set Tab Order.