Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the names of open forms
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00554472
Message ID:
00554475
Views:
17
>I have misplaced information on how to return the name of any open window/Form but i have used it before. it will return the name of each open form when executed repeatedly with a "0" argument. Can someone refresh my memory please?
>Thanks
>Mark Hambleton
>AIS
FOR EACH oForm IN _Screen.Forms
	? oForm.Name
ENDFOR
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform