Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help required
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Divers
Thread ID:
00502699
Message ID:
00502769
Vues:
21
>I´m new at VFP (I used to programming in Clipper) and the visual enviroment it´s new for me. Now, I finished my project, but have a problem: How could I make an executable in top leve? I tried using BUILD EXE but the application doesn´t run.
>
>What´s wrong? (I´m using VFP 5.0)

You have to issue an READ EVENTS when you app finishes the startup code, so the system will wait for windows events to continue working. To stop program execution, issue a CLEAR EVENTS.

But remember one thing: any code placed after the READ EVENTS (in the same .prg) won´t be executed. For Example:
&& some code here

READ EVENTS && program execution "stops" here

wait "This Wait window statement won´t be executed" window nowait
HTH

Alonso
Like Frank said: "I did it... MY WAY!"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform