How can I split report vertically? I guess it's not important but what I want is to draw some tables in the left side and show some data on the right side of the report.
I suppose this issue could be solved by Integer DataItem. On AfterGetRecord you should use .NEXT statement for both records (left and right data sources). If .NEXT returned 0 that you could INIT record, so, the output would be blank.
The condition for skipping hole dataitem should be that both .NEXT statements on source records returned 0.
Comments
but you can try by inserting 2 tables data into a temp table and show in sections from temp table. :-k
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
The condition for skipping hole dataitem should be that both .NEXT statements on source records returned 0.
Follow my blog at http://x-dynamics.blogspot.com