Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pause code execution?
Message
 
To
06/02/2002 17:32:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00616326
Message ID:
00616330
Views:
26
>I have two forms. Form A calls Form B from Form's A cmdOk.click() event. There is some code in Form A's cmdOk.click() event that shouldn't be run until after form B is closed. Is it possible to somehow "pause" form A's code from executing until form B is closed?
>
Make form B a modal form (WindowType=1). That way, VFP will pause execution in code A until user closes form B.
Hector Correa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform