Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smartform output longtext problem

former_member397166
Participant
0 Likes
762

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

5 REPLIES 5
Read only

Former Member
0 Likes
732

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

Read only

neminath
Explorer
0 Likes
732

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.

Read only

Former Member
0 Likes
732

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.

Read only

Private_Member_7726
Active Contributor
0 Likes
732

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

Read only

Private_Member_7726
Active Contributor
0 Likes
732

Hi,

If this has been resolved or is not relevant anymore, please close the discussion.

cheers

Jānis