Save form when closing designer
mierlp
Netherlands
Hi,
I have embedded the designer into my application. The user hits a button with the following code :
When the user put a control on the form chooses fro EXIT in the designer main menu the
designer will be closed without asking if he wants to save the report?
I know there's a way to do this but couldn't find it anymore
Regards Peter
I have embedded the designer into my application. The user hits a button with the following code :
frxReport.Clear;
New := True;
frxReport.DesignReport;
When the user put a control on the form chooses fro EXIT in the designer main menu the
designer will be closed without asking if he wants to save the report?
I know there's a way to do this but couldn't find it anymore
Regards Peter