How to print a text record on multipages?

Hi to all

Could someone give the solution to this problem?

We have a text record which contanies many hundred of words. If we want to print it by:

forms.Name.controller.showPrintPreview(true)

we obtain that is printed only the text of 1 page, and in print prewiew we do not see more than 1 page, while the text needs many pages.

Tanks in advance

Gianni Pinna

In the properties of your field, go to “printSliding” and check that you allow the height to grow.

Also make sure that you checked “Allow part to break across page boundaries” for the form part that your field is on.