vivasuzi
Programmer
- Jun 14, 2002
- 183
I read this post thread705-987716 ( to get help with drawing vertical lines that "grow" in my report. However, I cannot get the final line to draw.
I used the code as posted and only changed the label names -->
The first line works and does draw a line before current terms, but the second line of code doesn't seem to draw any line. Please help! Right now I got a beautiful table and all that is missing is a right ending line!
Thanks!
Suzanne
*Suzanne*
I used the code as posted and only changed the label names -->
Code:
Me.Line ([Current Terms_Label].Left, 0)-([Current Terms_Label].Left, 14400)
Me.Line ([Current Terms_Label].Left + [Current Terms_Label].Width, 0)-([Current Terms_Label].Left + [Current Terms_Label].Width, 14400)
The first line works and does draw a line before current terms, but the second line of code doesn't seem to draw any line. Please help! Right now I got a beautiful table and all that is missing is a right ending line!
Thanks!
Suzanne
*Suzanne*