BUG: STRIPPATH() in GENSCRN Does Not Strip UNIX PathsID: Q124781 The information in this article applies to:
SYMPTOMSWhen using .IDX index files with databases, the code generated by the Screen Builder to open these files is not correct.
CAUSEThe STRIPPATH function in GENSCRN.PRG (the screen code generator) does not strip the path from filenames containing the '/' (without quotation marks) that is used in UNIX paths.
RESOLUTION
Method 1Use .CDX type index files instead of .IDX type index files.
Method 2Use the following steps to modify the screen generator: 1. Type the following command in the Command window:
2. Choose Find from the Edit menu, and type the following in the Look
3. Choose the Find button.
4. Press the DOWN arrow key to scroll down approximately five lines to 5. Add the following line of code below the current line:
6. Choose Save from the File menu.
7. Choose Close from the File menu. 8. Type the following command in the Command window:
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional reference words: FoxUnix SBuilder 2.60 buglist2.60 KBCategory: kbtool kbbuglist KBSubcategory: FxtoolSbuilder |
|
Last Reviewed: January 12, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |