Home End User

Save As In explorer

edited February 2003 in End User
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

Comments

  • edited February 2003

    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
  • edited February 2003
    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!!

  • edited February 2003
    I am saving to the Database and not to a file
  • edited March 2003

    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
This discussion has been closed.