Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting cursor names
Message
 
À
24/06/1998 12:22:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00111255
Message ID:
00111267
Vues:
14
Here is some very simple code to enumerate through the different objects that could reside within the DE:

Local nObject,cObject,x
Local Array aObjects[1]
nObjects = Amembers(aObjects,ThisForm.DataEnvironment,2)
If nObjects > 0
For x = 1 To Alen(aObjects,1)
cObject = aObjects[x]
?ThisForm.DataEnvironment.&cObject..Class
Next cObject
Endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform