Vertical Lines

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

Guest

How can I draw a vertical line From the header to thru the detail to the
footer - I tried the code but I can't make it longer - any help is greatly
appreciated!
 
Draw 3 vertical lines one in header, one in detail and onether in footer
section.
They should be drawn in such a way that
the bottom part of the 1st line should touch detail section
the top part of the 2 nd line should touch the detail section and bottom part
of 2nd line should touch
page footer section
same goes for the 3rd line as well.
I think this will solve your problem.
 
I have multiple subreports within the detail section and I need the lines to
go thru these detail sections as well. Any suggestions? Thanks sooo very
much!!!
Janis
 
Hey Janis
This is a long method but you will have try this.
Do what I mentioned earlier and also include lines in subreport as well.

If you can give me your mail address I will send you an access file which
implements exactly what you wants but it does not have any records.
I have multiple subreports within the detail section and I need the lines to
go thru these detail sections as well. Any suggestions? Thanks sooo very
much!!!
Janis
Draw 3 vertical lines one in header, one in detail and onether in footer
section.
[quoted text clipped - 9 lines]
 
If you just want a line the fixed height of the page, you could use the Line
method in the Page event of the main report.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

message
news:[email protected]...
 
Janis said:
How can I draw a vertical line From the header to thru the detail to the
footer - I tried the code but I can't make it longer - any help is greatly
appreciated!


You tried what code???

If it was the Line method, you need to put it in the detail
sectiond Print event.

Alternatively you can draw a line down the **entire** page
by using the Page event.
 
If the subreports are hiding sections of the lines, you may need to add line
drawing to an event in the subreport. You could see if you can make the
subreport control transparent.
 
That would be wonderful for you to send me an access file to show me how . .
.. I'm struggling with the vertical lines going through the detail section
which includes multiple subreports. My email is (e-mail address removed).
Thank you very much!

Meet via AccessMonster.com said:
Hey Janis
This is a long method but you will have try this.
Do what I mentioned earlier and also include lines in subreport as well.

If you can give me your mail address I will send you an access file which
implements exactly what you wants but it does not have any records.
I have multiple subreports within the detail section and I need the lines to
go thru these detail sections as well. Any suggestions? Thanks sooo very
much!!!
Janis
Draw 3 vertical lines one in header, one in detail and onether in footer
section.
[quoted text clipped - 9 lines]
footer - I tried the code but I can't make it longer - any help is greatly
appreciated!
 
Back
Top