Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When 'é' becomes '◄'
Message
From
10/11/2003 06:09:42
 
 
To
10/11/2003 05:33:27
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00848197
Message ID:
00848206
Views:
14
Kurt,

It's a typical codepage problem which gave me a major headache a couple of years ago.
You can use the CPZERO.PRG which is in you're VFP8 directory as :
DO CPZERO WITH "mydbf.dbf",850

or you can translate the fields individually with

CPCONVERT(850,1252,Veldnaam)

If you convert the file the problem is that if you access them from DOS they show other characters of course.

Guillaume
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform