Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do command question
Message
From
07/05/2001 19:16:44
 
 
To
02/05/2001 14:22:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00502664
Message ID:
00504491
Views:
12
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.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform