Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting language characters
Message
From
15/12/2022 00:55:08
 
 
To
14/12/2022 17:22:02
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01685507
Message ID:
01685508
Views:
47
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform