gap with vertical lines in detail section to footer

K

Kent Eilers

before i begin - yes i've googled this topic....

I've put the following in my report which i lifted off this newgroup:
Dim x1 As Single
x1 = 1
Me.Line (x1, 0)-(x1, 10000)
' 0 is the top of the Detail section and 10000 is a large offset to
the bottom it will never exceed the Bottom

And I've download Lebans fine border/line tool. I've fiddled with it and
gotten it to behave across the different report sections.

I've read a response to this theme that stated the 'keeptogether' property
must be set to 'No'.

I've done these things and still get the gap from the last record in the
detail band and the horizontal line i've placed at the top of my footer.

Is there some other variable I'm missing?

Any suggestions greatly appreciated.
 
Top