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.
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).