SaveToStream after Edit
I am loading the file from a database into frxReport1 with loadFromStream().
And so i cal: frxReport1.DesignReport;
When the user is finish to edit the report i want to save it into a new stream.
And if the user is canceling the edit i vant to pick that up as well.
any ide's?
StianS
And so i cal: frxReport1.DesignReport;
When the user is finish to edit the report i want to save it into a new stream.
And if the user is canceling the edit i vant to pick that up as well.
any ide's?
StianS
Comments
The problem is when i open the editor. And the user will save the changes.
Can I define that if the user chose save/save as it will save to stream?
Or is it a event that i can use to direct the save?
S.
Found a way to do this:
Using OnSaveReport.