PRB: Screen Program (.SPR) May Run Itself in FoxProLast reviewed: June 27, 1995Article ID: Q89235 |
The information in this article applies to:
SYMPTOMSIf a screen program (.SPR) contains a DO command that invokes a program with the same name as the screen program and the extension is not specified, the screen program will invoke itself. This problem may cause the following error messages to appear:
CAUSEIf the setup code for the screen contains this code, the "DO nesting too deep" message appears because the maximum of 32 DO commands has been exceeded and the SPR runs itself.
RESOLUTIONInclude the extension of the program in the DO command. In the example above, type "DO checkit.prg" in the appropriate code sample. The program then executes correctly.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |