Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Format and Taborder
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00512355
Message ID:
00512586
Vues:
9
>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform