Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting cursor names
Message
De
25/06/1998 11:47:53
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00111255
Message ID:
00111576
Vues:
20
>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

Thanks
Bill Morris
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform