Hi,
I'm using PB 8.0.3 (build 9704).
I am using an active X control (rich text edit) in my application.
This control can contain DBCS data also (in Chinese, japanese and korean languages). Now when I retrieve this data into the PB, I'm not able to see the characters in non-English letters correctly. I just see a '?' :-(
Please note that the problem is specific to these controls only. Otherwise I can manipulate the DBCS data perfectly in the application.
I already have a workaround to choose the PB built in rich edit control, but I do not want to(can not) use it for some reason.
Code example:-
IF I have something like "manish<korean>" in the ole object, then if I do
string ls
ls = ole_1.object.text
Then ls will be like "manish??????" i.e all Korean characters are lost :-(
Any suggestions will be helpful.
Manish
I'm using PB 8.0.3 (build 9704).
I am using an active X control (rich text edit) in my application.
This control can contain DBCS data also (in Chinese, japanese and korean languages). Now when I retrieve this data into the PB, I'm not able to see the characters in non-English letters correctly. I just see a '?' :-(
Please note that the problem is specific to these controls only. Otherwise I can manipulate the DBCS data perfectly in the application.
I already have a workaround to choose the PB built in rich edit control, but I do not want to(can not) use it for some reason.
Code example:-
IF I have something like "manish<korean>" in the ole object, then if I do
string ls
ls = ole_1.object.text
Then ls will be like "manish??????" i.e all Korean characters are lost :-(
Any suggestions will be helpful.
Manish