cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform text element

Former Member
0 Kudos

Hi,

In smartform ihave a text element,

and after that there is loop and under loop there is text element.

Basically first text elemnt is sort of header,

and loop element puts text description from an internal table into work area.

and text element in loop displays text in work area.

so it is displaying in this format.

HEADER

text_description_part1

text_description_part2

.....

But i dont want text description to be displayed in next line that is.

HEADER text_description_part1

text_description_part2

....

I have used append directly for text element under loop.

But still text description is being displayed from next line.

Please advice.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Might be this is possible, if you use loop instead of using table for text and put append directly condition.

Hope this will help.

Regards,

Vijay.