R
RoadKyng
Afternoon'
I have a report that has three stacked txt fields in the Detail section, all
with the 'can grow' attribute set to 'yes'. These fields are each on a line
by themselves. I have the following code on the 'On Print' event for the
Detail section:
Me.DrawWidth = 80
Me.Line (0, 0)-Step(Me.Width, Me.Section(0).Height), , B
The problem is the box does not grow with the fields as it should. The
report prints task cards. Normally, there is room for (4) task cards per
page. However there are times when the fields are wuite lengthy and as little
as (1) task card can print per page. When this happens (1) box will print
with the test flowing through and below it.
What might I have wrong?
I have a report that has three stacked txt fields in the Detail section, all
with the 'can grow' attribute set to 'yes'. These fields are each on a line
by themselves. I have the following code on the 'On Print' event for the
Detail section:
Me.DrawWidth = 80
Me.Line (0, 0)-Step(Me.Width, Me.Section(0).Height), , B
The problem is the box does not grow with the fields as it should. The
report prints task cards. Normally, there is room for (4) task cards per
page. However there are times when the fields are wuite lengthy and as little
as (1) task card can print per page. When this happens (1) box will print
with the test flowing through and below it.
What might I have wrong?