Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do command question
Message
From
07/05/2001 19:18:12
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00502664
Message ID:
00504492
Views:
15
This message has been marked as a message which has helped to the initial question of the thread.
>>I have a program which calls a form. The program continues to execute after opening the form. How can I get the program to wait until the form is closed to continue execution.
>>
>>
>>
code
>>code
>>code
>>do form myform  ( I want to pause execution here until form is closed )
>>code
>>code
>>code
>>
>>tia
>
>You can use the DO EVENTS that Ron suggested, or you can make the form modal by changing the ShowWindow property to 1 in your .SCX.

Doh, that should be WindowType property, not ShowWindow!
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform