Force page break

  • Thread starter Thread starter Les
  • Start date Start date
L

Les

On report's sorting/grouping properties, make an
expression like newbrk:mid(txtfld,1,2). You can create a
header/footer on this new field, and force page break.
-----Original Message-----
Hello,

I have to force a page break when the first 2 characters
of a text field located in the description header
changes. Please help, this is the final step of this
report and I'm stumped!
 
One of the properties in sorting and grouping is Group on. Set it to Prefix
Characters, Then set Group Interval to 2.

Now you are grouping on the first two characters of the field and can set Breaks
 
Back
Top