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:
00130371
Views:
12
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform