[Lazarus] new fortes report port
Bogusław Brandys
brandys at o2.pl
Sat Jun 19 21:54:00 CEST 2010
Mario R. Carro pisze:
> Hi, I ported the latest Fortes Report to Lazarus. This is not an update
> of the fortes4lazarus project, but a new port created starting from the
> upstream sources.
>
> The objectives are:
> - Based on the newest upstream code (3.69B from SF at this moment).
> - Full port, no disabled functionality except export to wmf.
> - All original targets (Delphi and Kylix) working from the same code.
> - Minimal diff, assures same behavior as the upstream version (but
> there's bugfix that I still have to inform them).
>
> If anyone wants to try it/contribute, the project is hosted at:
>
> http://code.google.com/p/fortesreportlaz/
>
> It's only minimally tested. Be careful! Don't trust it!
>
> Regards,
> Mario
>
Hello
There is missing unit probably :
E:\projekty\fortres\fortesreportlaz\RLPrintDialog.pas(1,1) Fatal: Can't
find unit RLPreviewForm used by RLReport
After commenting out this unitI also cannot find some funcions (probably
also from that unit)
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13265,30) Error:
Identifier not found "PreviewPagesWithOptions"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13265,65) Error:
Identifier not found "DefaultFormStyle"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13266,24) Error:
Identifier not found "DefaultPosition"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13266,44) Error:
Identifier not found "DefaultWindowState"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13266,81) Error:
Identifier not found "DefaultHelpFile"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13267,27) Error:
Identifier not found "DefaultHelpContext"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13267,43) Error:
Identifier not found "DefaultCaption"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13269,30) Error:
Identifier not found "PreviewPagesWithOptions"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13289,32) Error:
Identifier not found "PreviewPagesWithOptions"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13289,61) Error:
Identifier not found "DefaultShowModal"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13290,27) Error:
Identifier not found "DefaultFormStyle"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13290,44) Error:
Identifier not found "DefaultPosition"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13290,64) Error:
Identifier not found "DefaultWindowState"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13291,26) Error:
Identifier not found "DefaultHelpFile"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13291,46) Error:
Identifier not found "DefaultHelpContext"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13291,62) Error:
Identifier not found "DefaultCaption"
E:\projekty\fortres\fortesreportlaz\RLReport.pas(13293,32) Error:
Identifier not found "PreviewPagesWithOptions"
Can you provide missing unit ?
Regards
Boguslaw
More information about the Lazarus
mailing list