Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Preventing multiple instances of a form
Message
From
29/01/1997 08:35:45
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00018445
Message ID:
00018689
Views:
33
>Does anyone have a way of preventing multiple instances of a form without setting the Form WindowType property to 1-Modal?

it the name of your form in the properties sheet is myform1 you can have code like this

if wexist("myform1")
show window myform1
else
do form (name of the scx file)
endif

Michel
Previous
Reply
Map
View

Click here to load this message in the networking platform