Basic print job question

I’m trying to print text that contains returns. I’ve included two text fields, each of which can grow and slide vertically. I’m getting a first page that is blank (except for the header); a second page that is block text with no returns; and no secondary field.

What needs to be done?

Thanks so much,
Don

Have a look at Patrick Talbots Velocity reports it is a total solution for all printing via Servoy - ServoyForge.net

Best
Gordon

Hi Gordon,

I have used Velocity reports for another (more complicated report).

But am I to conclude that Servoy can’t handle carriage returns within a text field, when printing “natively”?

Thank you,
Don

Servoy doesn’t ever show carriage returns in text fields, CRUD or printing. Make it a text area field.

I was using text areas, not text fields.

But it looks like Servoy needs to have both the carriage return and line feed (\r\n), not just the carriage return (\r). When I added the line feeds, it printed with the expected separations.

I finally got it to work (I also didn’t realize I needed to check the box allowing it to break across pages).

Thank you,
Don