Prompt User to save changes
Posted: Sat Nov 03, 2012 8:43 pm
Is there a property I can set to inform the designer that there are "pending changes" and thus prompt the user to save when exiting the designer? I am programatically loading the report object with datasources. I tried setting report.IsModified = true prior to StiWebDesigner1.Design(), thinking this may prompt the user on exit but does not. Of course if I make a change while in the designer it prompts me on exit.