I produced a fully functionnal report using pdfreport. All my work was OK until … I tried to force the default name of the document that was produced by Scriptcase.
According to the documentation, I used the sc_set_pdf_name macro.
I put the following line sc_set_pdf_name = “aaa.pdf”; in the OnScriptInit section of the pdfreport.
The report is generated in the tmp directory but the default name of scriptcase is already used.
What am I doing wrong? Does anyone solved this problem yet?