Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form flashed and disappered
Message
De
29/07/2002 06:39:26
 
 
À
26/07/2002 11:03:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00682995
Message ID:
00683447
Vues:
38
>Is there anything in your form's Init()?
>
>Kev
>
>>Hello,
>>My form runs fine when it is in the VFP system.
>>But when it is compiled into an exe file
>>and run in Windows, it flashes and disappeares.
>>Anybody knows why? Thanks for any help.
>>
>>
>>Below is my "main.prg" to call the form. The form's windowstate = modal
>>*---------------------
>>PROCEDURE Main
>>CLOSE ALL
>>CLEAR ALL
>>_screen.visible = .F.
>>DO FORM R_Form NAME main LINKED
>>READ EVENTS
>>CLOSE DATABASES
>>CANCEL
>>SET NOTIFY ON
>>RETURN
>>*---------------------------

Your form is not modal and you do not have read events at the end of your main PRG.
Add the following lines to your main.prg:
ON SHUTDOWN CLEAR EVENTS
READ EVENTS
ON SHUTDOWN
HTH
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform