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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top