Unable to open saved report using ReportBuilder

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
markkifle
Posts: 3
Joined: Mon 29 Nov 2004 19:40

Unable to open saved report using ReportBuilder

Post by markkifle » Mon 06 Jun 2005 18:16

I created my custom report and saved it. I try to open it again and got the following error message

"Invalid proterty value on line 545".

I am using Delphi 2005 Update Three, ReportBuilder 9.02 professional abd ODAC 5.55.

Thanks

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 07 Jun 2005 09:04

We need more detailed desription of your problem, please if it is possible send us small demo project and include scripts to create server side objects. Send a message to ODAC support e-mail address.

Guest

Post by Guest » Tue 07 Jun 2005 20:40

I used the script provided in the EndUser project to create Oracle objects. I changed the TOraSession component to my database. then created a report, preview, print and saved it. I closed the database explorer and opened it again and try to open the saved report. That is when I got the error message.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Fri 10 Jun 2005 11:19

We couldn't reproduce your problem, please try to replace ODAC with BDE components and use standard table (e.g. SCOTT.Emp) check if the problem persits. If the problem reproduces with ODAC only then describe your action step by step to reproduce it.

[email protected]

Post by [email protected] » Mon 13 Jun 2005 19:01

I have made export/import component for Report builder so I have some knowledge about thtis issue...

Maybe the best way to store your report should be if yoou store them as ASCII in BLOB. In this way it is very easy to see if something missing in the BLOB field.

Hope this helps...

Post Reply