Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object list
Message
 
To
20/11/2000 04:50:01
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00443554
Message ID:
00443576
Views:
13
>for each oObject in Myform
>?oObject.name
>endfor

Hi Jimmy,

I suppose you want to show how to access the objects (or Controls) form collection

FOR EACH oObject IN THISFORM.Controls
or
FOR EACH oObject IN THISFORM.Objects

Marcel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform