Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Looking for documentation on onlocaterecord.

edited February 2002 in General
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?

Comments

  • edited February 2002
    There is:

    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
  • edited February 2002
    "Tom Ollar" wrote in message
  • edited February 2002
    Yes.

    --
    Tom Ollar
    Digital Metaphors Corporation
This discussion has been closed.