Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tell existence of an open form?
Message
 
 
To
30/07/2001 23:07:49
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00537591
Message ID:
00537595
Views:
12
Try
IF TYPE("myform") = "O" and NOT ISNULL(myform)
>I have created a form to be a status box... I need to tell if that form, which was opened with....
>
>do form myform name myform
>
>is currently open or not prior to writing updates to it. Wexist() doesn't cut it. I found that out the hard way when I accidentally opened over 300 instances of the form before my computer said - 'YEAH RIGHT!!!'
>
>Help!!!!
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform