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!

Page break with labels 1

Status
Not open for further replies.

knulisch

Programmer
Oct 10, 2000
18
US
Is it possible to page break on label reports? I want to break when the value of a field on my label changes.

thanks [sig][/sig]
 
If you are using a later version (5-6-7-8) of Crystal go into Format, Section.

Select the section of the label, probably details, and hit the formula button next to the "New Page After" check mark (don't check the checkmark).

Now write a boolean formula that is true on the change, like:

{field} <> Next({field})

On records where this is true you will get a page break. [sig]<p>Ken Hamady- href= Reports Training by Ken Hamady</a><br>[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top