I want to print a report that's supposed to fit on one page.
It contains a subreport to display a list of entries, with one entry in
each line. I want all lines to be printed, regardless of whether there's
enough data available or not.
This works pretty well with the textfield's border set to "bottom."
However, the text won't wrap to the next line, but is cut off on the
right side.
What I want is something like this:
Entry 1
Entry 2
Entry 3 is a very
long entry
Entry 4
The additional problem is that the report should fit on a single page.
It would be perfect if the last line could be set to "..." or something
similar to indicate that there is more data available, but that it
wasn't printed.
If it makes to whole thing easier, I could go without the lines, as long as the text still wraps and everything still fits to one page.
Any help will be highly appreciated.
Edited by GroennDemon - 01 Feb 2007 at 6:42pm