I get an AV when i do a save as in my custom explorer - i have customized my report explorer and have my own events but when i do a save as i get an error - please advise thanks
If the error does not occur when using the default report explorer, then I would modify the Delphi library path from RBuilder\Lib to RBuilder\Source and trace in the debugger. Set break on exceptions to true in the Delphi debugger option.
It does not occur in the default report explorer - but i get a folder_id cannot be empty if i do a demo app where i have a report and a dataasource linked to the item table. Is it possible to overide the save as event of the designer in code in my custom explorer? help is much appreciated!!
The ReportExplorer is designed to stored the reports in the items table. And it expects each item to have a folder id. This logic is in RBuilder\Source\ppRtpExp.pas. See methods such as ConfigureReportTemplate, SaveReport, etc.
Comments
If the error does not occur when using the default report explorer, then I
would modify the Delphi library path from RBuilder\Lib to RBuilder\Source
and trace in the debugger. Set break on exceptions to true in the Delphi
debugger option.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
cannot be empty if i do a demo app where i have a report and a dataasource
linked to the item table. Is it possible to overide the save as event of the
designer in code in my custom explorer? help is much appreciated!!
The ReportExplorer is designed to stored the reports in the items table. And
it expects each item to have a folder id. This logic is in
RBuilder\Source\ppRtpExp.pas. See methods such as ConfigureReportTemplate,
SaveReport, etc.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com