PRB: Resolving "APPERROR.PRG Not Found" in FoxApp ApplicationID: Q109237 The information in this article applies to:
SYMPTOMSWhen you are running a FoxApp-generated application, the following Program Error message box appears:
CAUSEGiven a table and a screen, FoxApp, the Microsoft FoxPro Application Generator, creates a complete application. The project that FoxApp creates is fully accessible through the project manager for further customization. If a mistake is made while the project is being customized, the FoxApp- generated application may be unable to find its resources. In the above case, the application is unable to find the error handler procedure APPERROR, which is contained in the procedure file APPPROC.PRG. Only one procedure file can be set at a time, and in this case, a modification has been made to the application so that the SET PROCEDURE TO pointer command has been changed without restoring the original.
RESOLUTIONWhen you are modifying a FoxApp-generated application, consider the suggestions below, which refer to the following hypothetical procedure file:
1. Combine the user-generated procedure file into the FoxApp-generated
2. Maintain the user-generated procedure file and use one of the following
MORE INFORMATION
Steps to Reproduce Problem1. Run FoxApp. 2. Select the CUSTOMER database in the TUTORIAL subdirectory. 3. Create a new screen named CUSTOMER. 4. Generate the application. 5. Open the project associated with the application and add the following 7. When the screen is run, an error occurs because the application cannot
Additional reference words: FoxMac FoxDos FoxWin 2.00 2.50 2.50a 2.50b
errmsg err msg
KBCategory: kbprg kberrmsg kbprb
KBSubcategory: FxtoolProjman
|
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |