Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert table under DOS
Message
From
27/11/2006 07:02:40
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
27/11/2006 06:15:32
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01172576
Message ID:
01172610
Views:
17
>hi,
>?CPCONVERT(CPCURRENT(1) ,CPCURRENT(2),my_string)&& my_string mean my fields
>
>mytable name is code99.dbf
>
>>?CPCONVERT(CPCURRENT(1) ,CPCURRENT(2),my_string)
>use code99.dbf
>brow &¬ works

You're using this function wrong. my_string was a sample only.

But I looked up VFP's help and I saw Foxpro DOESN'T SUPPORT ARABIC dos codepage so cpconvert useless for you.

you should use a string table for dos and another string table for windows. Please be carefull, which I'll write below a sample, you should adopt your program that:
dos_string_table="abcdef" 
win_string_table="qwergfh"

repl my_field with chrt(my_field,dos_string_table,win_string_table)
Previous
Reply
Map
View

Click here to load this message in the networking platform