End user question.
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?
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?
This discussion has been closed.
Comments
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
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.