_WIZARD System Variable

Contains the name of the Visual FoxPro wizard application.

_WIZARD = cProgramName

Parameters

  • cProgramName
    Specifies a wizard application. If your wizard application is in a directory other than the current Visual FoxPro default directory, include a path with the application name.

    You can also specify a wizard application in your Visual FoxPro configuration file by including a line using the following syntax:

    _WIZARD = cProgramName
    

Remarks

The _WIZARD system variable contains the name of the application that Visual FoxPro uses when you choose a wizard to run. By default, _WIZARD contains Wizard.app, installed in your Visual FoxPro directory. You can specify a different name for the wizard application.

See Also

System Variables Overview | Wizards Overview