Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I list a forms tables?
Message
From
29/06/1999 17:14:05
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00235535
Message ID:
00235542
Views:
21
>Is there a way to retrieve a list of the tables in a forms data environment?

You may call :
=amembers(myarray,thisform.dataenvironment,2)
for n=1 to alen(myarray)
=messagebox(eval("thisform.dataenvironment."+myarray[n]+".cursorsource"))
endfor
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform