DataModules Bug

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
khh
Posts: 2
Joined: Sat Jun 16, 2007 7:09 am

DataModules Bug

Post by khh »

I notice that there is a strange behaver with DataModule, All word appear as '?????? ?????' while with normal forms every thing is OK!
isiticov
Site Admin
Posts: 2416
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hello,
It looks like you try to convert strings stored in data-module to Unicode. TsiLang components have run-time property named CurrentCharset. You need to assign it to appropriate charset for TsiLang on the data-module upon language changing.
Best regards,
Igor Siticov.
khh
Posts: 2
Joined: Sat Jun 16, 2007 7:09 am

Post by khh »

I am not using Unicode I am using stander ARABIC_CHARSET.

I am using the same setting in forms and it is working fine there.

But with DataModule I get question marks!
isiticov
Site Admin
Posts: 2416
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Please set CurrentCharset property to ARABIC_CHARSET and let us know if this helps. Thank you.
Best regards,
Igor Siticov.
Post Reply