Hi all,
I’m developing a software with some reports.
I’m exporting my data as .dbf files and I want to use libreoffice to generate the reports.
I’ve create a odb file linked to the folder where I export the data and I’ve created some reports.
If I open the odb file and I click in the reports it generate the report properly, but I need to do this automatically (from my application just launch the report).
What is the best way to archive that?
PS:
I created a macro to run the report and I’m trying to call is through command line but it doesn’t work.
Command: “soffice “pathToFile\LineMap.odb” “macro://LineMap/Standard.Reports.OpenMyReport””
Many thanks.