srikarthy
10th August 2008, 05:34
Hi,

Order line text is stored in a variable and printed in a report. I want the report to print the text starting from the second character. Is it possible to mention that as a 'Print Expression' inside the report layout(session 'Report fields-ttadv3134s000)?

At present in that session,
print Expression: txtn.ptr
domain:tctxtn
Link with domain:No
Print Length:70

Thanks,
srikarthy

baancust
11th August 2008, 09:53
You can do this by changing the print expression.

print Expression: txtn.ptr(2;70)
domain:tctxtn
Link with domain:No
Print Length:70