Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
READ Events Problem
Message
From
26/02/2001 23:35:26
 
 
To
26/02/2001 14:49:32
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00479685
Message ID:
00479896
Views:
29
Thanks to all for your suggestions. I figured it out. It works pretty much like this:
1. place READ EVENTS in the form Activate method
2. place CLEAR EVENTS in the QueryUnload method
3. place CLEAR EVENTS just before any other procedural code in the form that causes the form to close
4. set WindowType = 1 (modal)
5. set ShowWindow = 2 (As Top-Level Form)

This will do the trick.
The purpose of the form is similar to login but not exactly the same.

Thanks again for your help.
Regards, Chaim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform