Hi,
I'm using CR9, and I'm having some difficulties to get my report to work
I have a main report, which has 4 subreports. The entire report needs to fit on 1 page, so I had to place subreport 1 & 2 on the left half of the page, and subreport 3 and 4 on the right half.
I need to pass a variable from subreport 3 (which is in the upper right corner of my main report) to a variable just below that subreport.
How can I pass a variable from the subreport to the main report without messing up the report structure ?
Thanks
--------------------------------------------------------------------
--------------------------------------------------------------------
How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter?
---------------------------------------------------------------------
I'm using CR9, and I'm having some difficulties to get my report to work
I have a main report, which has 4 subreports. The entire report needs to fit on 1 page, so I had to place subreport 1 & 2 on the left half of the page, and subreport 3 and 4 on the right half.
Code:
---------------------------
| SomeStuff | OtherStuff |
| SR1 | SR3 |
|- - - - - - |- - - - - - |
| | varFromSR3 |
| | |
| SR2 | SR4 |
|-------------------------|
How can I pass a variable from the subreport to the main report without messing up the report structure ?
Thanks
--------------------------------------------------------------------
--------------------------------------------------------------------
How can I believe in God when just last week I got my tongue caught in the roller of an electric typewriter?
---------------------------------------------------------------------