Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intialization of objects
Message
De
04/05/1998 16:31:15
 
 
À
04/05/1998 16:25:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00096759
Message ID:
00096862
Vues:
23
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform