FIX: Wizards Fail If Path Is Longer Than 38 CharactersLast reviewed: October 20, 1997Article ID: Q114174 |
2.60 | 2.60WINDOWS | MS-DOS kbprg kbfixlist kbbuglist The information in this article applies to:
SYMPTOMSThe Report, Label, and Screen Wizards are not recalled when the Modify button is chosen. NOTE: This problem does not occur with the Query Wizard.
CAUSEThe wizards are installed in a directory path that contains more than 38 characters. For example, the parameter block for the .SCX file contains the line:
*WIZNAME = <path to WZ_QFORM.APP>If the path after the equal sign is more than 38 characters (for example, *WIZNAME = C:\DIREC1\DIREC2\FOXPRO\WIZARDS\WZ_QFORM.APP, which is 44 characters), the Catalog Manager will call the Screen Builder instead of the Screen Wizard to modify the file. If the path is 38 characters or less, the time stamp is read correctly, and the Screen Wizard is called.
RESOLUTIONShorten the directory path for FoxPro. In order for FoxPro to correctly recall the wizards, the directory path should be no more 17 characters. For example, the default directory structure that FoxPro uses (C:\FPW26) is fine, but a directory structure longer than 17 characters, such as C:\DATABASE\DATA\FOXPROW, will cause the wizards to fail.
STATUSMicrosoft has confirmed this to be a problem in FoxPro 2.6 for Windows and FoxPro 2.6 for MS-DOS. This problem was corrected in FoxPro 2.6a for Windows and FoxPro 2.6a for MS-DOS.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: FoxDos FoxWin 2.60 buglist2.60 fixlist2.60a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |