Multi Line property not working for Text boxes in reports

chandrurecchandrurec Member Posts: 560
Hi all,

I am creating a text box named "Remarks" of length 250 char and placing this text box in request form of a report.I am setting the Multiline property of this text box to true.

After this I add this text box in header section and when the user enters the input in request form in Remarks textbox, instead of going to next row, it is coming in the same row.As a result , some of the characters in the text box displayed in header section of the report are cut off.

Kindly if anybody knows the solution. let me know.

Thanks in advance.

Regards,
Chandru.

Comments

  • vijay_gvijay_g Member Posts: 884
    You will have to extract(width and height) the size of text box and set spaces or back slash(line change) in between them.
Sign In or Register to comment.