Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting language characters
Message
De
15/12/2022 11:46:19
 
 
À
15/12/2022 00:55:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01685507
Message ID:
01685512
Vues:
36
>>Hi. I use XCASE Professional Edition 10.1 for designing my SQL Server databases. When defining the fields for any given entity I can enter the physical name of the field as well as its Title, among other properties. For example when I cant to define the customer address ("dirección del cliente" in spanish) field I enter:
>>
>>For the name of the field: "cDireClie"
>>For the title of the field: "Dirección del cliente" (customer address in spanish)
>>
>>Everything's fine until that point. But I want to feed my own data dictionary with data that's stored in XCASE's tables. So, in Visual FoxPro 9 I open the fields table (DDFLD.DBF) and when I nagigate to the record that has the data I entered above, I see in the "Title" field's content this: "Direcci¢n del cliente", as you can see the "ó" char I entered in XCASE is seen within Visual FoxPro as "¢". What can I do to see it back as "ó"?
>>
>>TIA
>
>I see three possible solutions.
>1. Set Nocptrans, https://www.vfphelp.com/vfp9/_5wn12pfc2.htm
>2. Strconv(), https://www.vfphelp.com/vfp9/_5wn12psg4.htm
>3. Chrtran(), https://www.vfphelp.com/vfp9/_5wn12ppv8.htm

Hi Tore, I tried STRCONV() but it doesn't help.

I must add that the tables are FoxPro 2x type. And they are not marked with any codepage.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform