_cm_outputMulti() - "parent-child-grandchild" [message #7851] |
Thu, 27 June 2024 04:26 |
htManager
Messages: 442 Registered: May 2014
|
Senior Member |
|
|
Hi Tony,
I want to generate a report with n child/grandchild occurences on one page.
Like this:
parent
|
child
- grandchild
- grandchild
- ...
child
- grandchild
- grandchild
- ....
I generated such a report with child/grandchild records on their own page. The report has with e.g. 25 child occurences now 25 pages... To build a report where these 25 child occurences are on one page is my problem.
How can I do this? Is there a location where I can call _cm_outputMulti() n times? I have the child occurences in multi1 and the grandchild occurences in multi2. I hope you understand what I mean. I have attached the report with the child occurences on their own page.
|
|
|