PRB: File '<Temp Directory>\########.TMP does not exist' ErrorID: Q131364 The information in this article applies to:
SYMPTOMSWhen trying to create a new report, screen, label or menu in FoxPro for Windows, the error message '<Temp file Directory>\########.TMP does not exist' sometimes occurs. This indicates that FoxPro cannot find the temp file directory as specified in the CONFIG.FPW file. The error occurs either by creating a new report from the Command window or through the FoxPro menu system. An existing report or screen file can still be opened successfully but a new one cannot be created.
CAUSEThe temp directory specified in the CONFIG.FPW file either has a "Hidden" attribute or the directory does not exist (or is spelled incorrectly).
WORKAROUNDIf the Temp directory doesn't exist, create it, and make sure the directory name and path is specified correctly in the CONFIG.FPW file. If the Temp directory is hidden, remove the "Hidden" attribute by using File Manager to change the properties of the FoxPro Temp directory or by using the ATTRIB command at the MS-DOS prompt. To correct this problem at the MS-DOS prompt, type this command:
To correct this problem using the Windows File Manager, follow these steps:
1. In File Manager, select the specified temp directory name. 2. From the File menu, choose Properties. 3. In the Property window, clear the hidden attribute check box.
STATUSThis behavior is by design. The Temp directory must exist and it must not be hidden.
MORE INFORMATION
Steps to Reproduce Behavior1. Open the CONFIG.FPW file from FoxPro root directory or create a new one. 2. Include the command "TMPFILES=C:\FOXTEMP" in the file. Foxtemp must be
3. Start FoxPro for Windows and try to create a Report, Screen, Label or
Additional reference words: FoxWin 2.60a
KBCategory: kbprg kbprb
KBSubcategory: FxprgGeneral
|
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |