View Full Version : textfield can grow horizontally


brother
09-10-2009, 01:06 AM
Hi guys,

I have a report with a textfield "Txt1". The query behind the report returns about 200 records. When "can grow" is enabled for "Txt1", the list grows vertically, and splits into several pages.

Is there a way to get "Txt1" to spilt into columns in a single page in my report? It would be much better to fill the whole page.


Thanks!

DCrake
09-10-2009, 01:11 AM
This is just a suggestion, but what you could do is to create a new report simply based on this field and set it up as a label type report say 3 across using continious paper settings. Then embed this report as a subreport in your main report. Join the two using the master child properties. This will then effectively do what you are attempting to do. Never tried this but in theory it should work.

David