Reports: Passing by Address
Posted: Mon Aug 11, 2014 3:12 pm
Can I pass Reports to a procedure by address? Are there any examples of how to do this?
I'm running a procedure that produces its own detailed report. However, because I'll be calling it >100 times, I'd also like to create another report that adds one line (with a few key statistics) every time I call the procedure. I thought the natural way to do this would be to create the summary report as a global variable, then pass it by address. However, this isn't working for me.
Any suggestions?
I'm running a procedure that produces its own detailed report. However, because I'll be calling it >100 times, I'd also like to create another report that adds one line (with a few key statistics) every time I call the procedure. I thought the natural way to do this would be to create the summary report as a global variable, then pass it by address. However, this isn't working for me.
Any suggestions?