Home General

language in Reportbuilder Version 9.03

edited October 2010 in General
Hello,

i have a question - in a littel Testapplication i have:

ppreport1 connected with ppdesigner1 (the "normal, empty ppreport")
ppreport1.Language = lgEnglish (ObjectInspector)
ppreport1.Units = uiInches (ObjectInspector)


ppreport2 connected with ppdesigner2 (the "normal, empty ppreport")
ppreport2.Language = lgGerman (ObjectInspector)
ppreport2.Units = uiMillimeters (ObjectInspector)

if i call ppdesigner1.Show -> i see the English version of the Designer with
the empty-standard Report template
if i call ppdesigner2.Show -> i see the German version of the Designer with
the empty-standard Report template

But if i call
ppreport1.Template.FileName:= xxxx;
ppreport1.Template.LoadFromFile;
ppdesigner1.Show;

--> i see always the German Version ????
..i like to have 2 Speedbuttons to select in witch language i open the
report

I copied rbPrint.eng, rbIDE.eng rbDADE.eng, rbPrint.deu, rbIDE.deu
rbDADE.deu in my Application Folder, but didn't help.

Any Ideas

Thanx for any help

Erich

Comments

This discussion has been closed.