TDBGrid

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
stuart
Posts: 16
Joined: Wed Dec 17, 2008 11:34 am

TDBGrid

Post by stuart »

Hi

Sorry if I am asking a silly question.

We have a TDBGrid with captions (obviously). However, when I change language to Polish, the caption does not display the correct text. in my sib file I have (in collections) an entry with the translation 'Imię i nazwisko', however, it gets displayed as 'Imiȇ i nazwisko', I also have an entry 'Ilość' but it gets displayed as 'Iloceæ'

How can I get it to display the correct characters?

Thanks in advance.

Stuart
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hi,

I guess the problem is in using non-Unicode controls under Default Locale which doesn't support Polish. So I would recommend to use unicode DBGrid for this.
Best regards,
Igor Siticov.
stuart
Posts: 16
Joined: Wed Dec 17, 2008 11:34 am

Post by stuart »

Thanks, I am now working on this again.

Do you have any recommended DBGrids that can be used with Delphi 5?
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

For Delphi 5 this is a quite problematic. :( May be ElPack has a Unicode DBGrid?
Best regards,
Igor Siticov.
Post Reply