Page 1 of 1

gridMain at FormApptsOther not translate columns

Posted: Tue Apr 23, 2013 1:19 pm
by japonte
When I load FormApptsOther, I see that the columns of the grid gridMain are not translated, debugging I can see that when tranlation occurs, gridMain Columns are empty.
A solution could be move Lan.F(this); from FormApptsOther() to the end of FormApptsOther_Load()

Re: gridMain at FormApptsOther not translate columns

Posted: Tue Apr 23, 2013 2:51 pm
by jsalmon
It's actually due to gridMain translations on the columns saying Lan.g("FormChartView",[column title]) instead of Lan.g("FormApptsOther",[column title]). I have fixed this and it will be released with versions 12.4.61 and 13.1.25. Once you update to (or above) the versions mentioned, the rows in the translation window will show up so the columns can have the translations entered for them.