Report to Grow

  • Thread starter Thread starter LJG
  • Start date Start date
L

LJG

I have a report that has one text field that the data values can be quite
large, as a result I have set the field to grow, however as the qty and
price fields on the same line will not grow the report looks untidy.

Is it possible to make these fields grow if the description field grows?

Thanks
 
What exactly do you mean by "make these fields grow"? Reports have controls
like text boxes. I assume you mean "text boxes" rather than "fields". I also
assume you are displaying the border and you would like the border to grow.
It probably wouldn't make much sense to have the font size of qty and price
fields increase to match the height of the text box bound to the text field.

If these assumptions are correct, you can make the borders transparent and
use the Line method in code to draw the boxes. Stephen Lebans has a
PrintLine solution at his web site www.lebans.com.
 
Back
Top