Run the wizards modelessly

Most of the wizards that are shipped with FoxPro are modal forms. You can run them Modelessly, which means you won’t be in the “Wizard” mode and so you can go to the command window and type a command, or inspect some of the wizard variables.

DO HOME()+"wizards\wzquery" WITH "","Q","snoqualmie::flew"

 Now go to the command window and type “m.” to trigger intellisense to show any defined variables.

Or you can type:

m.owizard.SetAll("autocomplete",2)

to turn on autocomplete