Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DOS(DBF) to Foxpro 6.0
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00240664
Message ID:
00241156
Vues:
26
>Hi everybody!
>
>We have an dos application (Clipper) that use DBF file, we like to use those data in our new Windows application. The problem is when using the "append from as" command we have an error "CODE PAGE IS INVALID"
>
>-> USE wintable
>-> APPEND FROM D:\TEST\dostable AS 850 (did try with 863)
>
>If we don't use the "AS" option, all the french "éèà" caracters will be lost
>
>ANY CLUES ?
>
>Thank you all!

Bonjour Luc,

Something changed in the International features of VFP 6.0 If I remember well it will only accept to tag codepages that are supported by your OS. There have been several discussions about this last year and you mitght want to do a search to have the final word.

That said, you should probably be able to APPEND FROM D:\TEST\dostable AS 437 and have all your accents back, since 437 and 850 are equivalent for the French signs.

José
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform