Subreports: Side by side, and one down

Hi!
I need some help building a report with this espesific design (I attached a picture).
The idea is that the "principal data" secction should show several rows from a query lets say " select * from users"
and the "detail one" seccion should show some sumary data from those users like the department where they work
and in the "detail two" another summary as well,
just to make it clear, those summaries are per page.
I use a main page with two subreports one for the data in "principal data" secction and another for the "detail one" secction,
in both subreports I use "group header" with a break on condition.
It works fine showing "principal data" and "detail one" sections, but I've tried to print the "detail two" secction, and I can't find a way to do it right.
Hoping for help.. I'll wait..

Comments
you may find that this will not work out for you, and you may have to
write code to control the output positiong of the two detail bands.
see the user manual on using the engine object to control curx cury of the engine.
then try to put two MasterData bands: second below first. One MasterData will do job for DetailOne, the second for DetailTwo.
I make such a layout lots of times and it works fine, even if I use GroupHeader for those MasterData band.
Mick
Thanx for your reply gordk!
I tried to use that. I saw in the manual an example to show two groups of bands alongside each other. (using curx and cury), but when I tried to go to the "code" nothing happened, or when I select an object in the report and I click to see the "events" nothing happens either!! [img]style_emoticons/<#EMO_DIR#>/blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> Maybe something is wrong with my FastReport instalation?[/img]
Thanx to you too mick!!
I tried that. but I think.. I missed something because it did not work for me
What version and build and level of fr are you using? Sounds like it might be basic, to have scripting available you must have at least standard.
Mick