Microsoft KB Archive/129016

From BetaArchive Wiki
Knowledge Base


How to Register Your Third-Party Wizards

Article ID: 129016

Article Last Modified on 2/12/2000



APPLIES TO

  • Microsoft Visual FoxPro 3.0 Standard Edition



This article was previously published under Q129016

SUMMARY

This article describes how you can register a third-party Wizard in Visual FoxPro.

MORE INFORMATION

The _WIZARD System Memory Variable determines which application will act as the main controller for all the wizards. By default, WIZARD.APP is assigned to this variable, and each time you choose to run a wizard, this application is activated. Although you can create and use your own application instead of WIZARD.APP, Microsoft does not recommend it.

WIZARD.APP uses the WIZARD.DBF table to register the various wizards. This table determines which wizard is associated with which type of file or tool. This is where you can enter information about a third-party wizard.

Each record in WIZARD.DBF represents a wizard. Once the information is entered, WIZARD.APP will be able to find the wizard and run it for a specified type of file or tool. The PROGRAM field contains the name and path of the Wizard program and the TYPE field contains the information about the type of file or tool associated with the wizard.

For example, if you enter a third-party Wizard named MYWIZ.APP with a FORM entry in the TYPE field, the MYWIZ.APP will be run any time you try to create a new form.

For more information about the Registeration Table (WIZARD.DBF) please see the following article in the Microsoft Knowledge Base:

128728 How Visual FoxPro Organizes and Accesses Wizards



Additional query words: VFoxWin

Keywords: kb3rdparty KB129016