Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Order of Initialization
Message
De
08/06/1999 19:45:03
 
 
À
08/06/1999 12:39:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00227508
Message ID:
00227744
Vues:
32
The initialization order is given by the TabOrder you set in the Form Designer. Go to menu View/Tab Order.

If you want to change the tab order at runtime, use the ZOrder() method of each object. Obviously, you cannot change it before initialization, so, it must be correctly set in FormDesigner.

BTW, the tab order is the same as the order of the objects in the Form's Objects collection.

Vlad

>I have a container class with three ComboBoxes in it. How can I tell FP which one should initailize first, because having the controlsource and init event setup in the first box is required for the other two to work.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform