Page 1 of 1

Databand in middle of page

Posted: Thu Jun 04, 2009 12:11 pm
by rmcewen
I'm trying to create a report with a databand in the middle of the page instead of the top. I'm trying to use panels to position things correctly. So I have:

Panel1 (dockstyle:top, static text)
Panel2 (dockstyle:top, static text)
Panel3 (dockstyle:top, databand)
Panel4 (dockstyle:top or fill, static text)

It mostly works except I can't get Panel4 which should be below the panel with the databand to position itself correctly. If I set the dockstyle to "Top" it moves itself above Panel3 with the databand (but stays below Panel2). If I set it to "Fill" it fills the area including Panel3 with the databand. So it seems like the panel with the databand is ignored when docking other panels. I'm trying to display text immediately after the table generated by the databand.

Any help is appreciated.

Rick

Databand in middle of page

Posted: Thu Jun 04, 2009 7:24 pm
by Edward
Hi Rick,

Please place a footer band instead of the Panel4.

Thank you.