Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting language characters
Message
From
15/12/2022 19:22:07
 
 
To
15/12/2022 16:22:49
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01685507
Message ID:
01685518
Views:
50
>>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
>
>Luís,
>
>
>? CPCONVERT(850, 1252, "Direcci¢n del cliente")
>
>
>will produce
>
>Dirección del cliente
>
>
>When DDFLD is open in the current area, what is the value of
>
>
>? CPDBF()
>
? CPDBF()
Returns 0
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform