Dear nageswaragunupudi,
My ANSI Program work fine on FW17 and older, Just found this problem on FW24 with BCC7.70
In THAI character TIS-620 and Window 874 character in my sample cannot combine
Please see the picture at link below:
http://www.asic-net.com/temp/Font-1.jpg
http://www.asic-net.com ...
Search found 7 matches
- Wed Dec 04, 2024 9:59 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Incorrect Font Display
- Replies: 29
- Views: 3432
- Sat Nov 30, 2024 1:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Incorrect Font Display
- Replies: 29
- Views: 3432
Re: Incorrect Font Display
Dear nageswaragunupudi,
Sorry for my fault, In case Unicode class MENU display incorrect , I found that I can assign FONT to this class to correct the font
I found some part of my Unicode program have to store space() to variable before take the value from database to variable ,
If not, GET ...
Sorry for my fault, In case Unicode class MENU display incorrect , I found that I can assign FONT to this class to correct the font
I found some part of my Unicode program have to store space() to variable before take the value from database to variable ,
If not, GET ...
- Sat Nov 30, 2024 7:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Incorrect Font Display
- Replies: 29
- Views: 3432
Re: Incorrect Font Display
Dear nageswaragunupudi,
for my regular ANSI Program
? GetOEMCP(), GetACP(), HB_CDPSELECT() = 874,874,EN
for my Unicode Program
? GetOEMCP(), GetACP(), HB_CDPSELECT() = 874,874,UTF8
Thank you very much for your support
in case you want to contract direst, my e-mail is surasak@asic-net.com
for my regular ANSI Program
? GetOEMCP(), GetACP(), HB_CDPSELECT() = 874,874,EN
for my Unicode Program
? GetOEMCP(), GetACP(), HB_CDPSELECT() = 874,874,UTF8
Thank you very much for your support
in case you want to contract direst, my e-mail is surasak@asic-net.com
- Sat Nov 30, 2024 5:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Incorrect Font Display
- Replies: 29
- Views: 3432
Re: Incorrect Font Display
Thank You So Much nageswaragunupudi,
Yes, That is my problem, It happen when enter 2 of character ascII higher than 127, But If enter 1 or more than 2 character it will not happen.
My last version is FW17 (My Program work fine with this version and older version) , I have to use QRCODE function ...
Yes, That is my problem, It happen when enter 2 of character ascII higher than 127, But If enter 1 or more than 2 character it will not happen.
My last version is FW17 (My Program work fine with this version and older version) , I have to use QRCODE function ...
- Fri Nov 29, 2024 11:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Incorrect Font Display
- Replies: 29
- Views: 3432
Re: Incorrect Font Display
My program is ANSI not Unicode. but some THAI characters is display like Unicode.
- Fri Nov 29, 2024 8:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Incorrect Font Display
- Replies: 29
- Views: 3432
Incorrect Font Display
I just update my program to FW24.09 (BCC7.70) , I found the Font display incorrect when I enter some of 2 THAI character font for example chr(202)+chr(161) , chr(203)+chr(162) , chr(202)+chr(164) etc. , It may be problem from unicode character, I try to use command FW_SetUnicode( .F. ) but nothing ...
- Thu Aug 22, 2024 7:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: IP Camera Connect
- Replies: 4
- Views: 1257
IP Camera Connect
I have to connect 10-20 units of IP Camera via Lan cable distance 20-50m. So, I cannot use webcam for this application, Did anyone have the sample code for connect to IP Camera via RTSP or TCP/IP Protocal ?