Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Order of loControl
Message
De
25/10/2002 06:44:56
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00715160
Message ID:
00715334
Vues:
16
Thanks. That worked great. For anyone who might follow this thread I'm adding the basics of what I wound up doing...


LOCAL laTabOrder[This.ControlCount]
FOR EACH loControl IN This.Controls
IF TYPE("loControl.TabIndex") <> "U"
laTabOrder[loControl.TabIndex] = loControl
ENDIF
ENDFOR

FOR EACH loControl IN laTabOrder
IF TYPE("loControl") = "O"
* i did my stuff
ENDIF
ENDFOR

sjwilson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform