FoxPro 2.6 CREATE QUERY <File> NOWAIT Pauses Execution

ID: Q113514

The information in this article applies to:

SUMMARY

The 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 Behavior

The 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 KBCategory: kbprg KBSubcategory: FxtoolGeneral

Last Reviewed: June 27, 1995