Use custom save event.
I am using FastReport designer with a Custom save dialog.i have couple of issues when i am using custom save event.i am attaching the event on the form load event of report designer form. and detach it when the form is closed.When user click on save button for the first time dialog box is prompt without any issues.and then save button is getting disabled in the tool bar ant the menu.but if user do any changes for the report then the save buttons and the menu will be enable again.
But if user click on save button again now that attached event is not working.is there a work around for that?
chaminda
But if user click on save button again now that attached event is not working.is there a work around for that?
chaminda
Comments
Check the Demos\C#\CustomOpenSaveDialogs, it works as expected. First time when you save "untitled" report it shows the dialog. Next time when you press the save button, the report will be saved silently.