Question

I am migrating my code from Delphi 7 (ReportBuilder 12) to Delphi XE4 Enterpirse (ReportBuilder 15). To my wonder, when I click on Preview button to see load the reports, reports are appearing empty while in delphi 7 reports are showing data.

I don't think there is any error with code because its running fine there in Delphi 7. Is there any setting/configuration missing on my end? What and where should I check for it?

Was it helpful?

Solution 2

This was not a reportbuilder issue but database issue. Infact the application which I migrated to Delphi XE4, was not able to pick data from database, that's why report were showing empty.

OTHER TIPS

That is quite a version leap you are making here: Delphi 7 to XE4 and RB12 to RB15!

I would compile Reportbuilder15 with debug info and trace what is happening in RB, because i think there are so many places where something is changed, it is close to impossible to pinpoint one specific place to look.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top