Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form to a EXE file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00130362
Message ID:
00130385
Vues:
13
>I have a form that I like to compile as a EXE file.
>So what I did is, I created a project and added the form in the project and created a Main.prg with the line:
>do MyForm
>then compile to exe file
>
>But when I run the exe notting appenning. What I my doing wrong?

Jean-Rene,

You can fix this in either of two ways, 1) make the form modal or 2) in the main.prg right after the DO FORM put a READ EVENTS and in the form's Unload event put a CLEAR EVENTS.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform