Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
READ Events Problem
Message
 
 
To
26/02/2001 14:49:32
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00479685
Message ID:
00479699
Views:
28
>Is it possible to create a form with a READ EVENTS and a CLEAR EVENTS just for that one form? I want to do this because I need to put up a form before the standard READ EVENTS statment for the entire application.
> The form "stays up" when I run it under the VFP development product, but not when I run it under the runtime. It's the standard problem of having no READ EVENTS statement, but I can't figure out how to get the form to stay up without the standard READ EVENTS.
> I need this form to come up automatically, that is, not in response to a click on a menu.
> TIA, Chaim

In your main.prg --

on shutdown clear events
do form test
read events
on shutdown
quit

Put CLEAR EVENTS in the form unload.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform