tsi lang expert does not find my dbgrid

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Stefan Heitsiek
Posts: 7
Joined: Mon Nov 22, 2004 8:44 pm

tsi lang expert does not find my dbgrid

Post by Stefan Heitsiek »

Hi,

following problem:
I've got a project with some forms. I use the tsilang expert to translate the form. I I work on a form that has got a dbgrid on pagecontrol and the expert does find it. I mean the collections page is empty.
It worked on other forms so I don't know the reason. Any ideas how to find/fix that the problem?
Thanks in advance
Stefan
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

May be you DBGrid just doesn't have Columns defined? In this case you can just use DisplayLables property from TsiLang placed on form/module where the DataSet component used to translate column headers.
Stefan Heitsiek
Posts: 7
Joined: Mon Nov 22, 2004 8:44 pm

Post by Stefan Heitsiek »

No, thats not the problem.
I also recreated the columns in the dbgrid but the experts still doesn't find it. Mysterious.
Any ideas how I can "manually" create the "collections"?
Thanks in advance
Stefan
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Are you able to see any DBGrid's properties listed in TsiLang lists? Please check DoNotTranslate, ExcludedProperties and SmartExcludeProperties properties of TsiLang, may be there are some from grid.
Stefan Heitsiek
Posts: 7
Joined: Mon Nov 22, 2004 8:44 pm

That's it!

Post by Stefan Heitsiek »

Oh, I'm so stupid. It was in the "DoNotTranslate" list. Thanks for your help, the TsiLang Components are really smart!
Stefan
Post Reply