Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Iterating through views in a DataEnvironment
Message
From
23/07/1998 11:07:49
 
 
To
23/07/1998 10:52:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00120466
Message ID:
00120479
Views:
15
>How do I iterate through the views in a dataenvironment? I see that the DataEnvironment has new properties which are object references to my views, but how can I write generic code to identify them?
>
>
>Bob

You should compile together two arrays returned by:
1. ADBOBJECTS(..,"VIEW")
2. AMEMBERS(..,Thisform.Dataenvironment,2)
and Cursor.Cursorsource properties
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform