Hi all,
How to properly display polish national characters (word ILOŚĆ) in the title of DIALOG?
In 'normal' WINDOW all is ok.
Regards
Jaroslaw Kadziola
DIALOG's title and national characters
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: DIALOG's title and national characters
Jaroslaw,
Have you find a way to solve it ?
Have you find a way to solve it ?
- Richard Chidiak
- Posts: 946
- Joined: Thu Oct 06, 2005 7:05 pm
- Location: France
- Contact:
Re: DIALOG's title and national characters
Have you tried at the beginning of your application ?
REQUEST HB_LANG_PL
HB_langSelect("PL") // I think it is PL please check
I had similar problems displaying french characters and i fixed it whith request and hb_langselect
Hth
Richard
REQUEST HB_LANG_PL
HB_langSelect("PL") // I think it is PL please check
I had similar problems displaying french characters and i fixed it whith request and hb_langselect
Hth
Richard
Re: DIALOG's title and national characters
Hi Antonio and Richard,
My requests are as below :
Unfortunately, the problem occurs all the time. As I wrote in the 'normal' window titles are
displayed properly but the problem occurs in the DIALOG.
Regards
Jaroslaw Kadziola
My requests are as below :
Code: Select all
REQUEST Hb_Lang_PLWIN
REQUEST Hb_CodePage_PLWIN
REQUEST DBFNTX
Hb_LangSelect ('PL')
Hb_SetCodePage ('PLWIN')
RDDSETDEFAULT( "DBFNTX" )
displayed properly but the problem occurs in the DIALOG.
Regards
Jaroslaw Kadziola
Re: DIALOG's title and national characters
Hi all,
But this (displaying problem) is not a big problem. A big problem is the strange
behavior of applications written in harbour on PDAs and emulators with systems
newer than Windows Mobile 5, as described in post on Harbour Developers List
http://groups.google.com/group/harbour- ... 84b0709a34
What do You think about this problem ? How to solve this?
Best regards
Jaroslaw Kadziola
But this (displaying problem) is not a big problem. A big problem is the strange
behavior of applications written in harbour on PDAs and emulators with systems
newer than Windows Mobile 5, as described in post on Harbour Developers List
http://groups.google.com/group/harbour- ... 84b0709a34
What do You think about this problem ? How to solve this?
Best regards
Jaroslaw Kadziola
Re: DIALOG's title and national characters
Jaroslaw, I don't know if Pocket PC have the functions
I think that they can help you to show the text the way you want it...
Code: Select all
OemtoAnsi()
AnsitoOem()
=====>
Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com
FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate
FiveWin, One line of code and it's done...
Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com
FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate
FiveWin, One line of code and it's done...
Re: DIALOG's title and national characters
Bayron,
Thanks for reply.These functions exists in harbour, but not helped me.
As i wrote - is not big problem for me, problem is in other place :
harbour's behavior in WM6 and WM6.5 described here :
http://groups.google.com/group/harbour- ... 84b0709a34#
Best Regards
Jaroslaw KAdziola
Thanks for reply.These functions exists in harbour, but not helped me.
As i wrote - is not big problem for me, problem is in other place :
harbour's behavior in WM6 and WM6.5 described here :
http://groups.google.com/group/harbour- ... 84b0709a34#
Best Regards
Jaroslaw KAdziola