Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
For Each ...in Thisform
Message
From
16/11/2003 19:35:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
For Each ...in Thisform
Miscellaneous
Thread ID:
00850516
Message ID:
00850516
Views:
54
How to find out every textbox in the FORM. I try to use FOR EACH, but system prompt me error :


FOR EACH oControl IN THISFORM
IF oControl.baseclass = 'TEXTBOX'
WAIT WINDOW oControl.name
ENDIF
ENDFOR


Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform