CREATE QUERY Command
| Visual FoxPro 9.0 SP2 |
| CREATE QUERY Command |
| See Also |
|
Opens the Query designer.
CREATE QUERY [FileName | ?] [NOWAIT] |
Parameters
- FileName
-
Specifies the file name for the query. If you don't specify an extension for the file name, Visual FoxPro automatically assigns a .qpr extension.
- ?
-
Displays the Create dialog box that prompts you to name the query being created.
- NOWAIT
-
Continues program execution after the Query Designer is opened. The program doesn't wait for the Query Designer to be closed, but continues execution on the program line immediately following the line that contains CREATE QUERY NOWAIT. If you omit NOWAIT when CREATE QUERY is issued in a program, the Query Designer is opened and program execution pauses until the Query Designer is closed.
NOWAIT is effective only from within a program. It has no effect on CREATE QUERY when issued from the Command window.
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08