gridMain at FormApptsOther not translate columns

This forum is for programmers who have questions about the source code.
Post Reply
japonte
Posts: 13
Joined: Tue Apr 16, 2013 1:07 pm

gridMain at FormApptsOther not translate columns

Post by japonte » Tue Apr 23, 2013 1:19 pm

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()

User avatar
jsalmon
Posts: 1571
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: gridMain at FormApptsOther not translate columns

Post by jsalmon » Tue Apr 23, 2013 2:51 pm

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.
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

Post Reply