Develop > Wizards > Calling Wizards

Calling Wizards

The RAD application in charge of executing wizards is called wizard.run. You can call this application from:

  • Menus
  • Display Options
  • Format Control
  • Process Records

The sections following this one explain the steps required in calling wizards from these areas.

Wizards themselves can call:

  • Format Control records
  • Processes
  • Other wizards.

Wizards do not allow direct calls to RAD applications.

Warning: It is possible to send a wizard into an infinite loop. For example, this would happen if you called wizard.run from a process to execute a wizard that in turn calls the originating process.