Search found 3 matches
- Thu May 17, 2007 9:26 am
- Forum: ActiveX
- Topic: charset display problem ... very urgent ..
- Replies: 6
- Views: 7967
here is source code in ASP
tot_re = 1 tot_fa = 2 tot_insu = 3 tot_etc = 95 tot_tot = tot_tot + cdbl(tot_re) tot_tot = tot_tot + cdbl(tot_fa) tot_tot = tot_tot + cdbl(tot_insu) tot_tot = tot_tot + cdbl(tot_etc) if tot_tot <= 0 Then tot_tot = 1 End IF tot_re = CInt(round((tot_re / tot_tot),2) * 100) tot_fa = CInt(round((tot_fa ...
- Mon May 14, 2007 5:26 am
- Forum: ActiveX
- Topic: charset display problem ... very urgent ..
- Replies: 6
- Views: 7967
charset display problem ...
I have tried all ..
1. Full version
2. Unicode OCX
3. Multilanguage
4. Multilanguage Unicode
But Unicode Version doesn't display.
they displayed 'U#EBAB6002' .. that is they display unicode directly
without transforming them proper national character..
1. Full version
2. Unicode OCX
3. Multilanguage
4. Multilanguage Unicode
But Unicode Version doesn't display.
they displayed 'U#EBAB6002' .. that is they display unicode directly
without transforming them proper national character..
- Thu May 10, 2007 10:36 am
- Forum: ActiveX
- Topic: charset display problem ... very urgent ..
- Replies: 6
- Views: 7967
charset display problem ... very urgent ..
our company is using TeeChart7 ActiveX... OS : windows 2000 server korean if you look below web page http://test.moneymanager.co.kr/fpcenter/chart_test.asp you will see that LEGEND Part language is displayed Properly in korean. But the language display around PIE is garbage and unreadable I think th...