Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert table under DOS
Message
De
27/11/2006 07:02:40
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
27/11/2006 06:15:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01172576
Message ID:
01172610
Vues:
18
>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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform