Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Translate VFP App in greek language
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00456319
Message ID:
00457484
Views:
35
I had tryed CPCONVERT with no luck. Suppose I would like to display letters like: óäöãç. Do you know how to do it with CPCONVERT?
May be just for Greek I can use the Symbol Font? Then how to change Font on messagebox or wait window ?

>>>>>>>>>>>>>>previous messages
Maybe the CPCONVERT() function. There is an example in the Hacker's Guide where:

WAIT WINDOW "Jos"+CHR(130)

does not display properly, yet:

WAIT WINDOW CPCONVERT(437,1252,"Jos"+CHR(130))

does. Perhaps you need something like:

CPCONVERT(1252, 1253, lcString)

>Yes, this is my question. How to display Greek messages in the 'regular' Windows and in the 'regular' VFP interface?
>
>>Sorry, I misunderstood. I am taking a guess here, but I assume you need the >Greek version of Windows. And data in your VFP tables needs to have the Greek >code page.
>
>>>Yes, but may be I am missing something. I seem I do not need International approach. I need to display, say, greeting in Greek in the 'regular' version.
>>
>>>>How could I display messages in wait window or messagebox in Greek?
>>
>>>Have you looked at Steven Black's INTL toolkit as www.stevenblack.com?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform