Save reports to database BLOB, not file system

edited May 2014 in FastReport VCL 5
I want to save Report Definitions to a BLOB field in a database and I see that FastReports has a Load and Save To stream method. However what I want is when the user edits the report and clicks save, I want to save the report to the BLOB field and not to the file system. In fact I would like to disable the ability to save to the file system to avoid user confusion.

Is this possible?

Comments

  • gpigpi
    edited 5:11AM
    See a demo in the attach
  • edited 5:11AM
    gpi wrote: »
    See a demo in the attach

    Thank you, solves my problem perfectly. I see I can also support the Save As to BLOB.

    I noticed that you had no return result, I could not find any documentation and through experimenting I found that returning True allows the designer to know the report has been saved and thus disables the save button.

Leave a Comment