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:
00130371
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?
>
>Try:
>
>DO myform
>READ EVENTS
>
>at destroy event of the form, issue: CLEAR EVENTS
You are right but what was also missing is the _screen.visible=.t.

the main now is:
_screen.visible=.t.
on shutdown quit
do form send
read event
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform