Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I check if a form is open (ie not released)
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00692902
Message ID:
00693270
Views:
33
Colin,

The activeform property of _Screen is a single reference to a single object when there is a from that has focus. You probably want to use _Screen.Forms(), which is the collection of all forms open.
FOR EACH loForm IN _screen.Forms()
   WAIT WINDOW loForm.Caption
ENDFOR
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform