C
Carl Rapson
I would like to print a horizontal line at the bottom of my Detail section.
The problem is, I have several fields set as Can Grow in the Detail section.
Consequently, the Detail seciton can be of varying height. I've tried the
Line method:
Me.Line (0, Me.Section(acDetail).Height)-Step(Me.Width, 0), vbBlack
But this always draws a line at the default Detail section height (the
height I see in Design view), not the actual (runtime) Detail height. How
can I draw a line at the bottom of the Detail section when the section
height keeps changing?
Thanks for any information,
Carl Rapson
The problem is, I have several fields set as Can Grow in the Detail section.
Consequently, the Detail seciton can be of varying height. I've tried the
Line method:
Me.Line (0, Me.Section(acDetail).Height)-Step(Me.Width, 0), vbBlack
But this always draws a line at the default Detail section height (the
height I see in Design view), not the actual (runtime) Detail height. How
can I draw a line at the bottom of the Detail section when the section
height keeps changing?
Thanks for any information,
Carl Rapson