Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Preventing activation of a form
Message
From
21/07/2000 08:48:14
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00395339
Message ID:
00395345
Views:
11
Hello.

Maybe something like this:

Create a new property in form: firsttime=.T.

In activate event:
If this.firsttime
dodefault()
firsttime=.F.
else
nodefault()
*!* Some code
endif


Hope this works
Grigore Dolghin
Class Software.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform