Hello,
I declare some variables in the report classDeclaration method. I then do some processing and set those variables in the reports fetch method. I then have a display method that returns those variables to display on the report.
It seems as if the display method is returning before the fetch method is complete. I tested this by putting output statements in the display method and the fetch method.
The display method output is BEFORE the fetch method output.
Is this because in the fetch method there are calls to this.send(); before I process and set my variables?
Thanks in advance.
Kind regards.
*This post is locked for comments
I have the same question (0)