hpng98
26th May 2009, 11:49
Hi
I need to display tttxt010.text in my Sales Order Control Sheet report as a remark.

My problem is ,the report length is about 80 characters per line.
But my text is 230 characters.

How am I going to display my full text in my report?
When I "maintain report field" in report layout,it promt me error message if i set my text field lenght more than 80 characters.

any idea?
Thanks.

Kozure Ohashi
26th May 2009, 12:52
Define 3 Fields in your report:

tttxt010.text(1;80)
tttxt010.text(81;160)
tttxt010.text(161;230)

could work.

Regards,

Kozure

hpng98
27th May 2009, 04:41
But if me use this method , it might happend that one word split to 2 lines.

Is this the only way ??


Thanks .