Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code page dialog
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00114784
Message ID:
00114809
Vues:
14
>Hi,
>
> I am converting my clipper 5.2 application to visual foxpro 5.0,
>when foxpro open the free table, it also prompt me for the code page diaglog, how do I disable it to a default value, which one is the best suitable code page, I had include CODPAGE = AUTO in my config.fpw file, but still it didn't help, Any advise or help is very much appreciated. Thank you.
>
>Best regards
>Virusim

Virusim,

SET CPDIALOG OFF is what you're looking after. It will disable all attempts of VFP to tag your tables with a codepage.
But I don't say this is a good idea. TAG your free tables with the appropriate codepage so that VFP will always show you the data as you want and will never bother you again with the codepage dialog. You'll still be able to access your tables from Clipper without any problem.

If you don't know which codepage to use, trials and errors are allowed... Tag your table with a tentative codepage. If it's wrong clean it up with the CPZERO utility available under \TOOLS in your VFP directory.


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

Click here to load this message in the networking platform