beluver_2k
24th July 2008, 14:31
I am having a print session in which I have got one string field which i have made by concating tttxt010.text field for one text. Now when I try to print the same on report the fields following the string field get printed on new line. If the text is not present so the string is empty then the data get printed in same line.

I am attaching a screen shot of printed report for your ready ref.

Any suggestion????

mark_h
24th July 2008, 14:54
Check the format of that text field on the report. Looks like it is linked to the domain where as you want the print length to be a fixed amount.

beluver_2k
25th July 2008, 06:12
Dear Mark,
As you are aware that the tttxt010.text field is of 240 char string. I have truncated it down to 100 in my script and printed in my report with domain tcmcsstr100. If I truncate the string then the only first 100 character should come and even my data stored in those text are not more then 80 char.

Any suggestion.

beluver_2k
25th July 2008, 15:16
Dear Mark,
I have stored the tttxt010.text in another temp string and then removed the last character of that string and then tried to concat the string. It worked now i am not getting any new line issue.

Thank you.
Regards.