Help with lines

M

Mike Busch

I would like to have vertical lines from the report header down to and part
of the detail section in a report. Is this do-able with out haveing a break
in the lines. Thank in advance.
 
R

Rick Brandt

Mike said:
I would like to have vertical lines from the report header down to
and part of the detail section in a report. Is this do-able with out
haveing a break in the lines. Thank in advance.

There is a method you can use in the code module of the report to draw lines
called (obviously) the Line method. Check it out in the help file.

The only report event that can draw lines that span report sections is the
Page event.
 
Top