Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Just one instance
Message
From
01/08/1999 15:32:01
 
 
To
01/08/1999 14:50:42
Antonio Gubaira
Ingenieria Y Sistemas
Valencia, Venezuela
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00248687
Message ID:
00248692
Views:
14
Hi Antonio,

>How can I enforce just one instance of a modeless form ?

You will probably want to prevent this in your menu. In your menu bar create a command that doesa this:
DO FORM myform1 NAME customerform LINKED
Then in the same menu bar click options and in the SkipFor box put:
type('customerform')='O' and !isnull(customerform)
That should do it!
Previous
Reply
Map
View

Click here to load this message in the networking platform