.Net ver. supports old fr3 format?

Dear all FastReport Professionals,

I am .Net developer and I do not try FastReport before, but I get a task to modify the fr3 reports.
I believe it is created by FastReport with Delphi (??¦TfrxReport Version="4.2.25"??¦).
If I going to buy the FastRepot.Net WinFroms version, is it possible to modify the reports and it will work healthy?
(I have no right to access the Delphi source....)

Here is the sample of FastReport .

I would like to be a FastReport Professinal as you are ^^

Thanks for your help.

Albert

Comments

  • edited 11:40AM
    Hello Albert,

    FastReport.Net does not support old .fr3 format directly. However, you may use converter tool that reads .fr3 file and saves it in .frx format:

    http://www.fast-report.com/pbc_download/files/fr3tofrx.exe

    This converter does not perform 100% conversion; you need to change the .frx file. The following items are not converted:
    - script (you need to convert pascal code to c# code)
    - expressions (you need to convert pascal functions like Copy, Pos, ... to C# functions)
    - data fields (add datasources, replace < > with [ ], remove " " around field name)
    - totals (you have to replace aggregate functions like Sum, Min, Max with totals - you need to create the total in the "Data" window)
    - charts and vertical bands are not converted
    - cross-tab is not converted
  • edited 11:40AM
    AlexTZ wrote: »
    Hello Albert,

    ...FastReport.Net does not support old .fr3 format directly...

    Thanks for your reply, Alex.

    If I am going to modify the fr3 report without changing the format, I should use FastReport 4 to ensure the report will work properly in old system.
    Is it correct?
    Did FastReport 4 support fr3 format (??¦TfrxReport Version="4.2.25"??¦)?


  • edited 11:40AM
    If you want to modify existing .fr3 file, you need to use FastReport 4.
  • edited 11:40AM
    AlexTZ wrote: »
    If you want to modify existing .fr3 file, you need to use FastReport 4.

    Thanks Alex, I am understand what I needed. ^^

  • edited 11:40AM
    Hi,
    If i want to convert frf to frx.How can I achieve!
    Or,do you have frf to fr3 convert tool!
    Thank you!
  • edited 11:40AM
    Hello,

    There is no tool to convert frf to frx. However you can convert frf to fr3, then fr3 to frx. Read this topic:
    http://www.fast-report.com/en/forum/?p=/discussion/3719
  • edited 11:40AM
    AlexTZ wrote: »
    Hello,

    There is no tool to convert frf to frx. However you can convert frf to fr3, then fr3 to frx. Read this topic:
    http://www.fast-report.com/en/forum/?p=/discussion/3719

    Hello,
    Thank you !
    But I can not connect to the URL you provided!
  • edited 11:40AM
    Why you cannot? It's just the post in the same forum.
  • edited 11:40AM

    It appears that you must use the 'Run-time designer' like the Standard version in order to make this conversions.
    right?

    yours,
    chloe

    _______________
    Simulation pret
  • edited 11:40AM
    Hello,

    You may use the conversion tool:
    http://www.fast-report.com/pbc_download/files/fr3tofrx.exe

    You don't need to use any other software in this case.

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.