2014 Jul 21 9:44 AM
Hi all,
When output a long text ,it displays newline automaticly.
for example the output string is: 123444444444444444444444444444444444444\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
output:
123444444444444444444444444444444444444
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
i want : 'border'
123444444444444444444444444444444444444\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
how to handle?
Thanks
Kical
2014 Jul 21 9:49 AM
Hello Kical,
Please explain is clearly,from where u r getting the output?where you want to populate(Main window,secondaery window).so that any one can suggest u some things.
Thanks
Sam
2014 Jul 21 10:39 AM
Its a standard behavior. After a specific limit text will flow to new line. Now while cutting ur current line system will cut from a specific character. So you can not hold control on this. Either you have to make space in your form to have that long text or you by coding cut your text in two lines and then display.
2014 Jul 21 11:04 AM
Hi,
It Seems that your output string is having space (or splitted in two parts - Numerals and Symbols), Condense your output string if any space exist, Or use an offset to truncate part of your output string.
2014 Jul 21 11:36 AM
Hi,
Please explain unambiguously (screenshots should do fine) what do you mean by "longtext" and "long text" in smartform context as well as the the meaning of "output string" - Text Module, SO10 standard text, something else..? I'm unable to reproduce the behavior you describe with either the Text Module, SO10 standard text, plain smartform text node or a string variable within plain Smartform text node.
cheers
Jānis
2014 Aug 01 7:39 AM