Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Format and Taborder
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00512355
Message ID:
00512586
Views:
8
>Thanks for the Tip!!!
>
>Talking about the second question, my form works with multiple options.
>
>An example: when you select to save a new item, you have to hit an OK button; then the program verify that the item does not exist in the table. If exist, there´s a new process with some objects (visible=.t.), in other case, continue with other controls.
>
>In this part, it´s my problem with the TabOrder cause became a real mess!.

The taborder is controlled by the value of TabIndex property of controls on the form.
Object.TabIndex = nTabOrder
Just remember that changing tabindex of one of the controlls doesn't affect tabindex of the rest of them.

There is a very good explanation how tabinex works in Hacker's Guide to VFP 6.0.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform