Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
READ Events Problem
Message
 
 
À
26/02/2001 14:49:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00479685
Message ID:
00479699
Vues:
25
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform