Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code Page Error
Message
 
To
08/06/2001 05:33:04
Ashish Patel
Hindustan Petroleum
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00516781
Message ID:
00516801
Views:
11
>Hi
>
>
>
>I have developed a Package in Foxpro 6.0 which is a new version of what we had developed in Foxpro 2.6 for DOS. That is MyPackage's 5.3 version was developed in Foxpro 2.6 for DOS and Now Package's 6.0 version is developed in Visual Foxpro 6.0 . I have given updation utility with the new package which APPENDS records from older version to newer version . I have used Free Tables in my Package's new version. Now when user is running some of the options of my new package for the first time he is getting the following message.
>
>
>"File ALLOLOCK.BF is not marked with a code Page. Please select the code page it was created in."
>
>And allows user to select the code page.
>
>How Can I remove this message 'cos my package is used by newarly 1000 user's.
>
>Please help.
>
>Thanks in Advance.

SET CPDIALOG = OFF should do it.
However, beware of the fact that in that case the "Dos"-codepage will be used (850 ?), and è, ë, etc. will be converted (shown) wrongly in your VFP-app. So IMO you should explicitly give all tables a codepage.
Use the CPZERO-prg (shipped with VFP) to give all tables a codepage.

HTH,
Previous
Reply
Map
View

Click here to load this message in the networking platform