PRB: Error 1915 - Collating Sequence "<Name>" is not foundLast reviewed: May 19, 1997Article ID: Q141913 |
The information in this article applies to:
SYMPTOMSAttempting to run an executable created with FoxPro 2.x or Visual FoxPro 3.0, which reads a table or .dbf file with an index, results in this error:
Error 1915 - Collating Sequence "<name>" is not found.In an .exe file created FoxPro for the Mac 2.x and Visual FoxPro 3.0 for the Macintosh, the following command can trigger the same error.
SET COLLATE TO "General" CAUSEThe executable is not reading the Foxpro.int file at startup, and the application is attempting to use a table or .dbf file that has an index with a collating sequence and code page combination that is not internally supported.
RESOLUTIONPlace the Foxpro.int file in the same directory as the .esl file; otherwise, error 1915 is generated each time a FoxPro executable uses a table or .dbf file that contains an index with a Collating Sequence and Code Page combination that is not internally supported. Perform one of the following options to get the Foxpro.int file into the directory with the .esl file.
Option One (recommended)
Option Two
Option ThreeManually copy the Foxpro.int file to the directory where the .esl file is.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce BehaviorThe following steps create a table or .dbf file that has an index with a collating sequence and code page combination that is not internally supported in FoxPro. NOTE: The following steps are performed within Microsoft Visual FoxPro for Windows, version 3.0, Professional Edition and the Foxpro.int file must not be in the Windows\System directory.
|
Keywords : FoxMac FoxWin FxotherGeneral VFoxMac
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |