Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Default Datasession
Message
 
À
08/03/2001 13:48:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00483259
Message ID:
00483285
Vues:
10
This code loops through a dataenvironment and gets a reference to each object contained therein.

= AMEMBERS(aDEObjects, THISFORM.DATAENVIRONMENT, 2) && Get list of DE objects
FOR i = 1 TO ALEN(aDEObjects, 1)
loObject = EVALUATE('THISFORM.DataEnvironment.' + aDEObjects[i])

do something with object reference...

ENDFOR

Charlie
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform