Covert QR to FR
This is what I have gotten so far from the FAQ:
Just add the module ConverterQR2FR into uses section and using:
interface or implementation
1 conv := TConverterQr2Fr.Create;
2 conv.Source := QuickRep1;
3 conv.Target := FReport;
4 conv.Convert;
5 FReport.SaveToFile('converted_fromQR.fr3');
I am converting from Dephi5 QReport to DelphiStudio EX3 Professional.
My problem is that I have not found an instruction on where to place what is stated above.
I tested the converter on a new ex3 project and I get an erron that QReport is not found.
If I test on a dephi5 project will tell me that ConverterQR2FR or FastReport cannot be found(I have??t tested this).
I will appretiate some help on this subject.
Jose Restifo
Just add the module ConverterQR2FR into uses section and using:
interface or implementation
1 conv := TConverterQr2Fr.Create;
2 conv.Source := QuickRep1;
3 conv.Target := FReport;
4 conv.Convert;
5 FReport.SaveToFile('converted_fromQR.fr3');
I am converting from Dephi5 QReport to DelphiStudio EX3 Professional.
My problem is that I have not found an instruction on where to place what is stated above.
I tested the converter on a new ex3 project and I get an erron that QReport is not found.
If I test on a dephi5 project will tell me that ConverterQR2FR or FastReport cannot be found(I have??t tested this).
I will appretiate some help on this subject.
Jose Restifo
Comments
Thank you for your prompt reply.
Jose
Jose
Thank you again for your help.
Jos?©