Page 1 of 1

TDBGrid

Posted: Thu Apr 09, 2009 2:12 pm
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

Posted: Fri Apr 10, 2009 8:13 am
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.

Posted: Tue May 12, 2009 9:46 am
by stuart
Thanks, I am now working on this again.

Do you have any recommended DBGrids that can be used with Delphi 5?

Posted: Wed May 13, 2009 11:21 am
by isiticov
For Delphi 5 this is a quite problematic. :( May be ElPack has a Unicode DBGrid?