Hi,
When using the statements report in the customer page you can choose to save you pdf's.
I have created a mirror of this rapport (116) and made some changes, so now I have 2 of the statements reports similar to each other.
The second one i created does not give the option to save it to a location on the computer. I have created a page action like this:
Customer.SETFILTER("No.","No.");
REPORT.RUNMODAL(REPORT::"Statement Open Post CC",TRUE,FALSE,Customer);
The orginal report is run with a RunObject wich runs a codeunit.
Will it take a lot of work to change my second report to do as the orginal and how can i do it?
Thanks in advance
*This post is locked for comments
I have the same question (0)