Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I list all the flds on a FORM?
Message
From
29/08/1997 12:39:21
 
 
To
29/08/1997 11:41:11
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00047201
Message ID:
00047632
Views:
37
>Try in the Command Window :
>do form "your form"
>create table test ( f1 c(10), f2 c(10))
>=amembers(aTest, _screen.activeform,1)
>append from array aTest
>locate for f1 ='name of the control"
> or
>BROWSE
>You should be able to see all conrols.
>Alex.

thanks Alex - when I can, I will try it... thanks again..rob
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Reply
Map
View

Click here to load this message in the networking platform