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

Detect when you are at the top of a new column? 2

Status
Not open for further replies.

dscott7

MIS
Jul 9, 2001
1
US
I would like to know if in 2 or more column report it is possible to detect when you are about to write a record in the 2nd column of a 2 or more column report?
 
There are no column management functions.
Even with page breaks this would be difficult, but at least there are page headers that can trigger events. There are no column events. Ken Hamady
On-site custom Crystal Reports Training and Consulting.
Quick Reference Guide to using Crystal in VB.
 
Hi,

If the record details sections are of consistent length you can always base it on a formula based on counting records displayed (eg. do something every 10 records).

We do this to enable the top detail to print a line lower than the rest of the details in the page if we need to avoid printing to near to the top margin

Geoff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top