Sending Text to Next Page in FastReport FMX
Hello,
I've just purchased the Pro version of FastReport FMX and I'm trying to figure out how it works.
Right now I would like to solve the following problem.
In FastReport I have placed several lines of text in a Text Object whose WordWrap property is set to True and whose height stretches vertically according to the number of lines it contains. Please consider that the Text object is not linked to any database as it will only contain a list of items created on the fly that are not going to be saved anywhere. I would like to use FastReport just to be able to print out the multiline text on paper.
Now, my question is, how can you set up the report in such a way so as to create a new page automatically when the lines in the Text object exceed the vertical space available on the page? In other words, is it possible to generate new pages automatically if you only use a multiline Text object and no Data Band?
Thanks in advance.
I've just purchased the Pro version of FastReport FMX and I'm trying to figure out how it works.
Right now I would like to solve the following problem.
In FastReport I have placed several lines of text in a Text Object whose WordWrap property is set to True and whose height stretches vertically according to the number of lines it contains. Please consider that the Text object is not linked to any database as it will only contain a list of items created on the fly that are not going to be saved anywhere. I would like to use FastReport just to be able to print out the multiline text on paper.
Now, my question is, how can you set up the report in such a way so as to create a new page automatically when the lines in the Text object exceed the vertical space available on the page? In other words, is it possible to generate new pages automatically if you only use a multiline Text object and no Data Band?
Thanks in advance.
Comments
set stretch and allow split properties to true
set the memoview stretch mode to suit.
Your explanation was crystal clear and it worked like a charm.
Thank you very much indeed. You have been very helpful.