Information for converter qr2fr
Hi
I am new user fastreport and
I find a example in delphi 7 or Xe2 to convert Qrreport to Fastreport with delphi.
I dont understand the procedure to transfert
thank you for yout help
Mario
I am new user fastreport and
I find a example in delphi 7 or Xe2 to convert Qrreport to Fastreport with delphi.
I dont understand the procedure to transfert
thank you for yout help
Mario
Comments
conv := TConverterQr2Fr.Create;
conv.Source := QuickRep1;
conv.Target := frxReport1;
conv.Convert;
frxReport1.SaveToFile('converted_fromQR.fr3');
Thank you
Just information
When you use this code at the same place in my prog.
1- The qreport is a the same place with fastreport
2- what is variable use with conv
var conv: ????
Thank you
Mario
2. var conv: TConverterQr2Fr;
Just other question I have error
conv.Target := frReport1;
frReport1 variable not declare
and
FReport.SaveToFile('converted_fromQR.fr3');
Freport variable not declare
Thank you
Mario
I'm ok
Mario