JeanMatagne
Programmer
I have to use in a VB6 application, files created under DOS. These files contains ascii character > 127 ( in fact special characters like "éàç" etc.<br>
In visual foxpro when xBase file are opened, it is asked the codepage that has been used to create the files ( MS-DOS, Windows, ...) so the field are displayed correctly<br>
Is there an easy way to convert the value of the string read from the file. ( By easy way, I mean not read character by character and perform character substitution but if possible something like what happen in Foxpro<br>
<br>
Thanks for the help
In visual foxpro when xBase file are opened, it is asked the codepage that has been used to create the files ( MS-DOS, Windows, ...) so the field are displayed correctly<br>
Is there an easy way to convert the value of the string read from the file. ( By easy way, I mean not read character by character and perform character substitution but if possible something like what happen in Foxpro<br>
<br>
Thanks for the help