Report Explorer question
Hi there,
I use my own Report Explorer form derived from TppCustomReportExplorer.
Everything works fine, excluding saving reports. I call report explorer Open
method, pass there ReportName and FolderId, do modifications and try to Save
or Close designer, designer popups "Save AS" dialog instaed of "Save"
dialog. What should be setup additionally to popup correct dialog?
Rb version 7.04
Best regards
Michael
I use my own Report Explorer form derived from TppCustomReportExplorer.
Everything works fine, excluding saving reports. I call report explorer Open
method, pass there ReportName and FolderId, do modifications and try to Save
or Close designer, designer popups "Save AS" dialog instaed of "Save"
dialog. What should be setup additionally to popup correct dialog?
Rb version 7.04
Best regards
Michael
This discussion has been closed.
Comments
I tried a simple test using RB 9.02. I opened an existing report and then
modified it. When I try to close the designer it correctly asks me whether
to save changes. No Save As dialog is shown.
Try performing the above test with the custom explorer and with the built-in
explorer as well.
You also might try downloading a trial version of RB 9.02
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
With built-in Report Explorer - identical behaviour (on Close event designer
asks "Save report? and if I click Yes popus "Save as"
dialog). Could it be problem of ADO connection to Pervasive DB?
Best Regards
Michael
Try downloading a trial version of ReportBuilder 9.02 for D6, D7 or D2005
and perform the same test.
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
I've tried demo projects from RBuilder\Demos folders and I could not
reproduce my problem. Everything works fine. I belive it's a problem in my
code. So let me ask you again "Could it be problem of ADO connection to
Pervasive DB?" or where should I look or what should be setup?
Best Regards
Michael
Check out the examples installed to RBuilder\Demos\EndUser Databases. There
is not one for Pervasive, but there is a SQL Server / ADO example. Have a
look at the SQL script installed for the SQL Server examples. The rbItem and
rbFolder tables need to have specific indexes and keys.
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com