Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing objects properties programmatically
Message
 
To
18/09/1997 15:38:08
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00050589
Message ID:
00050601
Views:
16
Thanks to you and Garrett (who posted 90 seconds ahead of you-sorry to interrupt your lunch) for your reply.

This is the code I found in the help text using the commands you suggested:

ACTIVATE SCREEN && to print to the main Visual FoxPro window
FOR nCnt = 1 TO _SCREEN.ActiveForm.ControlCount
? _SCREEN.ActiveForm.Controls[nCnt].Name
ENDFOR

Thanks to both of you for your quick and on the nose response!
Previous
Reply
Map
View

Click here to load this message in the networking platform