Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form to a EXE file
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00130362
Message ID:
00130385
Views:
14
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform