cancel
Showing results for 
Search instead for 
Did you mean: 

Split output of textbox into several lines -Smartforms

Former Member
0 Kudos

Hi

i have a textbox that is in a window that is 20 cm wide.I would like to have my output written only on the first half of the textbox ,so only on the first 10 cm and the rest should be written on the next row.How can i say "jump to the next row"?

ex:

abcdefghijkl to become abcde

fghijkl

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Seba,

Hope you are working with a smartform.

Create a template for your window and split the text accordingly..

Hope this resolves your issue.

Please give points if useful.

Regards

Akmal

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Create a template inside the window and width as 10cm and 10cm

There give the height as per your requirement (For example if you want around four lines to be printed keep as 2cm before giving the height just keep in mind that 0.5 cm corresponds to a single line) depending upon that give your height and proceed accordingly.

Hope this will help you.

Regards,

Venkat.

Former Member
0 Kudos

Thanks all,i have built a template,i don't know why i did not think about it.Anyway it solved my problem.

Thanks all

Former Member
0 Kudos

Hello Seba,

As suggested above please create a TEMPLATE within the template create 2 text field of 10 cm each.

now take 2 variable.

ex. var1(10) type c, var2(10) type c. now put this two variables in the text fields of the TEMPLATE.

before that assign var1 = 010(string) and var2 = 1010(string).

where string is the variable that contains the main string."abcdefghijkl"

var1 = abcde

var2 = fghijkl

Hope the discussion was helpful.

Cheers,

Suvendu

Former Member
0 Kudos

Use TABLE or TEMPLATE.

If your output is fixed, you can use template, otherwise use table.

Regards,

Niharika