PRB: Extra Blank Lines Print in the Detail Section of a ReportLast reviewed: June 27, 1995Article ID: Q129848 |
The information in this article applies to:
SYMPTOMSWhen you print a report containing several fields all on a single detail line and you suppress output from all fields for that detail line based on a given condition in a database field, the result contains extra space (blank lines) for those records that don't meet the condition. This happens only when there is extra space between the bottom of the field objects and the top of the Detail band.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior
To demonstrate this, move the Detail band so that it is directly touching the bottom of the field objects. Doing a "Print Preview" should yield all records printed where REPVAL = .T. with all blank lines suppressed. Any records where REPVAL is blank or .F. should not appear. This would be the expected behavior. Now, move the Detail band down so that there is some blank space and preview the report a second time. You should now see some records printed where REPVAL = .T., some blank lines where records would print if REPVAL was true instead of false or blank, and then some more records where REPVAL is true. Example: GUESTID REP LASTNAME FIRSTNAME 1 ABC FARQUAR LEONARD -------+ 2 JLS WILLIAMS SONOMA | REPVAL is .T. in this case 3 SBT GATES WILLIAM--------+ --------+ | REPVAL is .F. for these | "records" --------+ 8 KAA FEATHRES JESSE 9 LWE SMITH JACKIE |
Additional reference words: FoxWin 2.50 2.50a 2.50b 2.60 2.60a report blank
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |