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

Comments

  • gpigpi
    edited 3:02PM
    Did you install FR in D5?
  • edited 3:02PM
    gpi wrote: »
    Did you install FR in D5?
    No I did??t. Will do it and then convert on Delphi5. To convert on D5 I still need help on where I put the convertor. On each report form or on a new project?
    Thank you for your prompt reply.
    Jose
  • gpigpi
    edited 3:02PM
    Just add ConverterQr2Fr unit in uses list, create function for converting and call it from each form with QR report
  • edited 3:02PM
    gpi wrote: »
    Just add ConverterQr2Fr unit in uses list, create function for converting and call it from each form with QR report
    Thank you for your reply. I will try and post the results.
    Jose
  • edited 3:02PM
    Just add ConverterQr2Fr unit in uses list, create function for converting and call it from each form with QR report
    Thank you for your reply. I will try and post the results.
    Jose
    Well, I solved the problem by installing an evaluation copy to Fast Report on my D5 and then I could convert.
    Thank you again for your help.
    Jos?©

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.