G
Guest
I would like to let the user create and modify a new report in my application.
The report is created with
Set r = CreateReport(, "report_template")
Unfortunately the result r is an empty report and not the template.
Does anybody know why?
Also it would be very helpful if the reports itself could be stored in the database.
Is there any solution for this ?
The report is created with
Set r = CreateReport(, "report_template")
Unfortunately the result r is an empty report and not the template.
Does anybody know why?
Also it would be very helpful if the reports itself could be stored in the database.
Is there any solution for this ?