Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Order of Initialization
Message
From
08/06/1999 19:45:03
 
 
To
08/06/1999 12:39:33
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00227508
Message ID:
00227744
Views:
30
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform