PRB: Error 1915 - Collating Sequence "<Name>" is not foundID: 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:
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.
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)1. Include the Foxpro.int file in the application's distribution directory. 2. When using FoxPro 2.x, make sure that the Foxpro.int file gets placed in
Option Two1. Include the Foxpro.int file in the application distribution directory. 2. Create a batch file to copy the Foxpro.int file from the application 3. In the Setup Wizard, Step 4 - Setup Options, change the POST-SETUP
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. 1. Modify the Visual FoxPro for Windows Config.fpw file to include the 2. Start Visual FoxPro for Windows. If Visual FoxPro for Windows was
3. To set collate to general, type the following command in the Command
4. Create a new table or .dbf file, and name it Cp850.dbf.
5. Add two fields named LASTNAME and FIRSTNAME as Character type. Close the 6. To create an index and close the open table, type the following commands
7. To set the code page, type the following command in the Command window:
8. Create an Executable to browse the CP850 table.
9. Run the Executable outside of Visual FoxPro. The following error
|
Last Reviewed: May 21, 1997 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |