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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Forcing a line on a specific row

Status
Not open for further replies.

catmic

Programmer
Apr 22, 2002
7
CA
Hi, I have to force a line exactly on line 40 for this report on each page. Has anyone been able for force a drawn line in a specific spot on a page, similar to a form?

Thx
catmic
 
just create a blank subsection and count the lines being printed...in the conditional suppress for that blank subsection place the formula:

whilePrintingRecords;
count({table.value}) <> 40;

where {Table.value} is a field printed on each line Jim
JimBroadbent@Hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top