Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List of open windows
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00179213
Message ID:
00179335
Views:
24
>This seems like a silly question, but I am wondering if anyone knows how to get a list of the currently open windows in VFP? I expected to find a simple function, but came up at a loss.
>
>Thanks much,
>Nancy

This will list all the screen names starting with the one on top.

for xx = _screen.formcount to 1 step - 1
?_screen.Forms(xx).NAME
endfor
Previous
Reply
Map
View

Click here to load this message in the networking platform