Migrating FastReports (FIBPLus -> FireDac)

Migrating FastReports (FIBPLus -> FireDac)

We are in the process of migrating our application from FIBPlus to FireDAC (FireBird).  When it came to the reports I was hoping it would be a simple matter of editing the XML and doing a search and replace for TfrxFIBQuery and replace with TfrxFDQuery.  But it appears it's not a simple as that, it kind of works but we get some access violations. Does anyone have any tips that might help me?  I suspect it may have something to do with PropData in the report's XML.

Many Thanks

Comments

  1. Perhaps wiring a small utility using the fr component to load, manipulate and save.

    You probably need to compile with debug dcu and analyse where the av occurs. Should be possible to solve if you have the fr sources.

    ReplyDelete

Post a Comment