Field Label Size

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

Guest

Does anyone know how to keep the size of a field label the same size as the
field when the data field grows? I selected the can grow option and it works
great, but the label does not? Any Ideas.

DDBeards
 
The Label and field are part of a standard form used by our company and the
border style is set to solid to give the impression of a table. Right now
the label appears smaller (shorter) than the data field when the field grows.
What we need is the boarder size to stay inline with the data field to keep
the current company format.
 
You can remove all borders (make them transparent) and use code with the
Report Line method to dynamically draw the rectangles. Stephen Lebans has a
PrintLines solution at his web site 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