Apparently there is an OnLocateRecord event on the report.template property. Is there any documentation for this event? Does it work for report, and the reportexplorer component?
OnLocateRecord: where you can take responsibility for finding the record in which the report template should be saved.
reOnLocateRecord: where the Report Explorer takes responsibility for finding the record in which the report template should be saved.
reOnLocateRecord fires AFTER OnLocateRecord, so if the Report Explorer is involved it gets the final say. The Report Explorer assigns this event handler before a report is loaded, when a new report is created and when the Explorer is Initialized (before the call to Execute.) I doubt OnLocateRecord is very useful in a ReportExplorer context.
OnSaveStart or OnSaveEnd is the place for saving additional metadata with the report.
Comments
OnLocateRecord: where you can take responsibility for finding the record in
which the report template should be saved.
reOnLocateRecord: where the Report Explorer takes responsibility for finding
the record in which the report template should be saved.
reOnLocateRecord fires AFTER OnLocateRecord, so if the Report Explorer is
involved it gets the final say. The Report Explorer assigns this event
handler before a report is loaded, when a new report is created and when the
Explorer is Initialized (before the call to Execute.) I doubt OnLocateRecord
is very useful in a ReportExplorer context.
OnSaveStart or OnSaveEnd is the place for saving additional metadata with
the report.
--
Tom Ollar
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
--
Tom Ollar
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com