FR on Delphi 3

ManelManel Barcelona, Catalonia
edited 7:37AM in FastReport 2.xx VCL
Hi all,

I'm installing FR over Delphi3. The installation program finalizes right, there's seems to be no problem. When I launch Delphi 3, i can drop any FR component on forms, but the problem comes when I try to launch the report designer. The error is "error reading frDesignerForm.OldCreateOrder: property does not exist".

I tried to reinstall the components manually but the error still remain there... can anyone help me?

ups! the fr version is 2.51

Comments

  • Bert BinnenmarschBert Binnenmarsch Terneuzen
    edited 7:37AM
    Hello Manel,

    First download and install 2.52.

    OldCreateOrder is a property that was introduced in a Delphi version after 3.

    I don't know if the following works but you can try at least. Open the following .dfm files (in text mode) in the FastReport directory, remove this line
    OldCreateOrder = True
    and save the .dfm file.

    frexpimg.dfm
    fr_barc.dfm
    fr_dbsqledit.dfm
    fr_desgn.dfm
    fr_edit.dfm
    fr_synmemo.dfm
    fr_view.dfm
    qbabout.dfm
    qblnkfrm.dfm
    qbuilder.dfm

    Regards,
    Bert

Leave a Comment