Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

QReport - DetailBand, Print on the same page the content of a band

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I use the QReport to print the result of a database. In a DetailBand I have a QDBEdit containing text on multiple line. When I preview the report, the text (in the QRDBEdit) at the buttom of the page the overlap on the next page. I would like to know how I can print the content of one DetailBand on the same page.

Thank in advance
 
pincbe,

The quick answer is to ensure that the total height of both bands does not exceed the height available after any headers, footers, and other bands on that same page.

One thing I've noticed is that its important to also review the height of any sub-details bands that are using your DetailBand as a parent (e.g. via LinkBand).

In one application, I couldn't get the scrolling to work properly until I slipped tiny sub-detail bands (that could be scrolled) between the bands that absolutely had to appear on specific pages.

Hope this helps...

-- Lance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top