[AccessD] Re: Vertical Lines in a Report

Stuart McLachlan stuart at lexacorp.com.pg
Fri Apr 2 17:03:28 CST 2004


On 2 Apr 2004 at 23:53, Dean Ellis wrote:

> Everyone,
>  
> Thanks for your replies to this post.
>  
> Dazza,  The code you gave me works and I did a similar thing to start with,
> the problem i'm having is the height of the line isn't changing with the
> Growth of the Memo boxes that are between the two horizontal lines. and
> because of this, I get a big gap between the bottom line and the bottom of
> the vertical line.
>  
> The othe rtwo sets of code that were posted worked as well, but they only
> gave me the hieght of the line, but it was always the full height of the
> detail section of the report. I want to specify the top position to join the
> ned of a horizontal line and make the bottom end of the vertical line
> postion relative to the size of the text boxes set at "Can Grow" so that the
> vertical lines will alway join top and bottom.
>  

The bottom horizontal line will be moved by the memo box above it 
growing, so just set the height of the verticle line to the distance 
between the horizontal lines.

lneLeftVertical.Height = lneBottomHorizontal.Top - 
lneTopHorizontal.Top


 
-- 
Lexacorp Ltd
http://www.lexacorp.com.pg
Information Technology Consultancy, Software Development,System 
Support.






More information about the AccessD mailing list