Hi Everyone
I’m generating pdf reports on a nettalk webserver and it works fantastic.
My client has requested for reasons unknown to myself that each report generated must be duplicated and saved somewhere else on the disk with a Unique file name.
I tried to “catch” the report when it generates in the web\reports folder and copy it somewhere else.
My Problem
Where in the embed code can I add the code to copy the generated reports from “web\reports\$$$Reportname.pdf” to “web\archive\datevalue+reportname.pdf”
I have tried to use the LOC:url session value to get the path to copy, but don’t seem to work.
Thanks
Louis