Help with lines

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top