Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check if another form is open
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01085589
Message ID:
01085641
Views:
17
Hi Timothy,
I usually use something (very simple) like:
if !wexist(theform)
  do form (theform)
else
  activate window (theform)
endif
could this work for you?

Franco

>I want to be able to ascertain if another form is open, then transfer control to that form. It sounds easy but can't find the syntax for this.
Previous
Reply
Map
View

Click here to load this message in the networking platform