Save reports to database BLOB, not file system
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?
Is this possible?
Comments
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.