Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Default Datasession
Message
 
To
08/03/2001 13:48:23
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00483259
Message ID:
00483285
Views:
9
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
Previous
Reply
Map
View

Click here to load this message in the networking platform