Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting cursor names
Message
 
 
To
24/06/1998 12:22:24
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00111255
Message ID:
00111267
Views:
13
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform