FoxPro 2.6 CREATE QUERY <File> NOWAIT Pauses ExecutionLast reviewed: June 27, 1995Article ID: Q113514 |
The information in this article applies to:
SUMMARYThe CREATE QUERY <file> NOWAIT command does not continue execution at the next line of code as other similar commands do.
MORE INFORMATION
Steps to Reproduce BehaviorThe following code will stop once the Query Builder is on screen and only continue on to the WAIT WINDOW COMMAND when the Query Builder is closed:
CREATE QUERY <file> NOWAIT WAIT WINDOW "Wait window has executed"The following code will continue on to the WAIT WINDOW COMMAND without stopping:
MODIFY QUERY <file> NOWAIT WAIT WINDOW " Wait window has executed " |
Additional reference words: FoxDos FoxWin 2.60 QPR
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |