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
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