View Single Post
  #1   Report Post  
erkjoel erkjoel is offline
Junior Member
 
Posts: 1
Smile catalog type doc where syntax prevent an record from overrunning the bottom of the pg

How do I prevent starting to print a new record that ends up running over the bottom page boundary and continuing on the next page, see example:

page 1 page 2
------------------------- --------------------------
a f
b g
c
d a
e b
f c
g d
e
a f
b g
c
d a
e b
f c
g d
I want to start on page 2 for any address block that will runover???? e
a f
b g
c
d

----------------------- --------------------------
Do undertand what I want to do? Thanks

erkjoel