2009 Apr 29 9:18 AM
hi, i have a problem while print long string in smart form.
If the string is too long to display in one line,
it is split into another line.
However, the words are also split into two lines.
For example,
my string is "this is a long string",
when it is printed , it become
"this is a lo
ng string"
Does anyone know how to solve this problem?
Would u pleas tell me, thanks a lot.
hi, i have a problem while print long string in smart form.
If the string is too long to display in one line,
it is split into another line.
However, the words are also split into two lines.
For example,
my string is "this is a long string",
when it is printed , it become
"this is a lo
ng string"
Does anyone know how to solve this problem?
Would u pleas tell me, thanks a lot.
2009 Apr 29 9:20 AM
Hi,
Just increase the size of the window in which you are displaying this text.
The problem solves.
Thanks,
Sowmya.
2009 Apr 29 10:11 AM
thanks Sowmya Arni ,
my output string is not fixed.
if I increase the length of window, this string maybe output right,
but it maybe incorrect again next time.
2009 Apr 29 10:15 AM
hi,
Next time it wont happen after u finalize ur form.
The place where u are writting the variables increase the top scale of that window.
ags.
2009 Apr 29 10:22 AM
thanks ags
i have defined a smat style, and set the paragraph format of the output window, but it's not affected.
2009 Apr 29 10:33 AM
Hi,
U better to maintain standard text in SO10
Then call the text into the SF.
I think it will work
Regards,
2009 Apr 29 9:21 AM
2009 Apr 29 10:14 AM
thanks NareshChava
would u tell me how to set paragraph and character format so that the words can break correctly?
2009 Apr 29 9:22 AM
hi,
I guess the variable in which u are passing are also in two lines.
If they are in still 1 line just drag the above vertical scale of the window and increase the size.
ags.
2009 Apr 29 12:39 PM
hi,,
usw fm: SALP_POP_SPLIT_TEXT
or
CONVERT_ASCII_TO_ITF .. but it´s designed TDLINE > 132 CHAR..