Changing column widths in a subreport

  • Thread starter Thread starter Miguel Velez
  • Start date Start date
M

Miguel Velez

I got a subreport which prints columns across the page.
The output should look like this:

Jul Aug Sep Oct Nov Dec
100 206 251 329 400 567
101 200 249 330 410 560

I want to change the width of each column according to the
number of entries so that it all fits across the page. I
know how to change the width of each text box but I don't
know how to change the width of the column. I've set the
column width thru the Page Setup in the File Menu; what I
need to know is if I can change this dynamically in the
code.

Miguel
 
Actually you can because I have done it. I found some
code, after I posted this query, and modified it to suit
wha I wanted to do. I was going to post here the code but
it also requires some setup on the actual report layout;
so if anyone is interested, let me know and I can send
them the report.

Miguel
 
I can't even change the column widths in a normal report, how do you do this
I will also need to know how to do it on a sub report....
 
Back
Top