How do I get verticle lines to stretch when using 'can grow' in Ac

C

Cecil

Access 2000 Report Function.
When I use the 'can grow' option in properties with mutiple columns of
varying data lengths, the verticle line does not draw completely.
How can I get this to work?
 
M

Marshall Barton

Cecil said:
Access 2000 Report Function.
When I use the 'can grow' option in properties with mutiple columns of
varying data lengths, the verticle line does not draw completely.
How can I get this to work?


Remove the verticle line controls from the section and use
the Line method (in the section's Print event procedure) to
draw them.

Alternatively, you can use the PrintLines download at
www.lebans.com
 
Top