Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting cursor names
Message
From
25/06/1998 11:47:53
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00111255
Message ID:
00111576
Views:
19
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform