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

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

Guest

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?
 
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
 
Back
Top