Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program flow in VFP
Message
From
10/11/2007 17:58:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Program flow in VFP
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01268289
Message ID:
01268289
Views:
42
When does VFP wait for commands to finish, and when does it go ahead without waiting.

One example of not waiting is when a “do form MyForm” is issued from a commend button. MyForm starts up, but the code following the “do form” continues without waiting for the form to close.

I’m thinking of a control’s refresh that triggers refreshes in other controls like:

with this.parent
.cboA.refresh()
.cboB.refresh()
.cboC.refresh()
endwith

Could things continue in this case with a fast cboB.refresh executing before a slow cboA.refresh completes?

Where would I find some general documentation on this in the Fox help file?

Bob
Next
Reply
Map
View

Click here to load this message in the networking platform