Hi,
I need to Runexport from DB to specific file im my network, no problem.
When i search there is more than one post, so I get a list and export all searchhits, No problem.
BUT I need to name the pdf files to each specific invoice number.
Each post has a specific Invoice number.
Now the export only takes the post that I,m standing at.
When I export it set all document name to the same invoice number followed by _1, _2 .....
oReport:=application.getreport('reportname');
oReport.RunExport('test','\searchpath\financial\Invoice\'+ToSql(tablename.fieldnamer)+'.pdf',false);
HELP...