SaveToStream after Edit

edited 6:20AM in FastReport 3.0
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

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 6:20AM
    See the load save to stream demo Den posted in the binaries news group
    ;)
  • edited 6:20AM
    Nice example, but it did not answer my question.

    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.
  • edited 6:20AM
    Hello.

    Found a way to do this:

    Using OnSaveReport.

    ;)

Leave a Comment