Vertical line

T

taccea

How do I draw a vertical line in the detail section
of an access 2000 report programatically,

any guidance appreciated.

taccea
 
A

Allen Browne

You can use the Line method in the Page event of the report.

However, if you want it to repeat for each record, it would be easier to
place a Line control from the Toolbox into the Detail section, and then set
is properties (visible, left, width, ...)

If your section CanGrow and you want the lines to grow as well, see:
http://www.lebans.com/PrintLines.htm
 
T

taccea

Thanks Allen,
I used the tool box and it worked fine
i had been told that lines would not connect
right sometimes but they do.

Thaks a million
 
Top