Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intialization of objects
Message
From
04/05/1998 16:31:15
 
 
To
04/05/1998 16:25:48
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00096759
Message ID:
00096862
Views:
20
>I thought the ZORDER was the order of the instantiation of objects and that you could adjust ZORDER by doing a "send to back" or "send to front" whichever was appropriate for a given group of objects. Can you enlighten me on ZORDER?
>
>Thanks

ZOrder has nothing to do with instantiation order, just because it can be applied when all instantiation is over. Actually, it's used to bring up/down overlapped controls, e.g. if you want some commandbutton pop up behind the grid:
thisform.command1.zorder(0)
and to birng it down:
thisform.command1.zorder(1)
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform