Page 1 of 1

Unable to open saved report using ReportBuilder

Posted: Mon 06 Jun 2005 18:16
by markkifle
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

Posted: Tue 07 Jun 2005 09:04
by Alex
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.

Posted: Tue 07 Jun 2005 20:40
by Guest
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.

Posted: Fri 10 Jun 2005 11:19
by Alex
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.

Posted: 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...