Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is a form active?
Message
From
04/04/2000 03:57:56
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00354489
Message ID:
00354858
Views:
12
>>How to know if a form is activated before.
>>Thanks
>
>Do you mean if you have another instance of this form already running? In this case you can go through _screen.forms collection and get the name from there. For example:
>
>FOR EACH loForm IN _screen.forms
>IF loForm.Name = "myForm"
>WAIT WINDOW "my form is already running"
>exit
>ENDIF

Thanks for your help
Previous
Reply
Map
View

Click here to load this message in the networking platform