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

End user question.

edited February 2008 in General
I am developing an application that uses the end user report builder to
provide a flexible way of creating customizable documents that must be
printed from my application. My only concern is that while in the end
user design screen, if I exit out, the changes I make to a document are
lost. There is no pop-up that asks if I want to save the changes to the
document. Is there a setting I have missed that will pop up a message
prompting a save, or will I have to code such a message in the on close
event?

Comments

  • edited February 2008
    Set Report.SaveAsTemplate to True.


    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited February 2008
    Thank you for the information. This worked, though not as expected. I
    don't know the name of the file the user will be editing at design time,
    so I set the SaveAsTemplate property to True in the OnReportSelected
    event of the Designer. Works like a charm. Thanks again.


This discussion has been closed.