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* ![[elephant2] [elephant2] [elephant2]](/data/assets/smilies/elephant2.gif)
![[wiggle] [wiggle] [wiggle]](/data/assets/smilies/wiggle.gif)
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
![[cat2] [cat2] [cat2]](/data/assets/smilies/cat2.gif)
![[elephant2] [elephant2] [elephant2]](/data/assets/smilies/elephant2.gif)
![[wavey] [wavey] [wavey]](/data/assets/smilies/wavey.gif)
![[wiggle] [wiggle] [wiggle]](/data/assets/smilies/wiggle.gif)