How WIZARD.APP Locates Wizard FilesLast reviewed: June 27, 1995Article ID: Q115329 |
The information in this article applies to:
SUMMARYThis article documents the steps followed by the wizards when they need to search for a file. Knowledge of the manner in which the wizards search for files can be helpful when you are troubleshooting behavioral problems.
MORE INFORMATIONWhen a wizard is chosen from the Run menu, FoxPro looks for a file called WIZARD.APP in the following order:
a. WIZARD.APP looks in the directory SYS(2004) + '\wizards' for a file
containing the desired wizard.
b. If the file containing the desired wizard is not found in the
SYS(2004) + '\wizards' directory, WIZARD.APP looks in the
registration database (WIZARD.DBF) to find the path specified for the
selected wizard. The name of the program file that contains a
particular wizard is stored in the PROGRAM field. If the name of the
wizard, as specified in the PROGRAM field, is preceded by a path,
WIZARD.APP will look for the file at the location specified in the
field.
c. If the name of the file for the desired wizard is not preceded by a
path, or the file for the desired wizard cannot be found at the
location specified in the PROGRAM field, WIZARD.APP invokes the
LOCFILE() dialog box.
NOTE: If the user points to the location of the file for the desired
wizard using the LOCFILE() dialog box, the path to the file will be
stored in the PROGRAM field.
|
Additional reference words: FoxDos FoxWin 2.60
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |