Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create EXE with 1 form
Message
From
29/09/1998 10:38:49
Jaime Vila
Miami Children's Hosp. - Radiology
Miami, Florida, United States
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00141652
Message ID:
00141938
Views:
24
I tried using READ EVENTS prior to sending out my original message and got the same results, the application immediately quits. However, setting the WindowType property to Modal did the trick!!

Thanks Josh for the info!

>You need to tell VFP to wait for the form to complete before continuing with processing. There are two ways to do this. One is to change the form's WindowType property to Modal. The other is to use READ EVENTS. The program that calls the form would look like this:
>
>DO FORM MyForm
>READ EVENTSWhen the form is closed you'll need a CLEAR EVENTS to make sure execution continues after the READ EVENTS line.
>
>>I used the form designer in VFP 3.0 Professional to create a form which works fine winthin VFP. When I "BUILD EXE", the resulting application just flashes the form on the screen and then quits. I've added a prg to call the form (DO FORM) to the project but still get the same results.
>>
>>Any help on this would be appreciated, Thanks in advance.
Previous
Reply
Map
View

Click here to load this message in the networking platform