cancel
Showing results for 
Search instead for 
Did you mean: 

Paragraph Format in smartform

Former Member
0 Kudos

Hello All,

I am working on smartform. My requirement is like that with in a paragraph i have to start the all the lines starting from the second line by leaving some space before in the paragraph. I.e i want to display like this.

abc

def

ghi

klm

nop

Can anyone tell me how can i do that.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

paragraph does not mean as like in english letrature,

here u can define only technical attributes. like font tabspaces ect.

for u problem u can give spaces b/w text as u want when u writing them in text editor.

OR

u may try with in SMARTSTYLES-> PARAGRAPH----->INDENTS AND SPACING Tab

here in 2nd block spacing ---> spacing before GIVE 1 LINE

reward if helpful

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

if you are pasing text via itab.. then append 2 blank lines at the top in itab...

else you can add a condition block.. if it is 1st line of para then insert 2 blank lines else directly print...

Former Member
0 Kudos

Hi Sharayu Kumatkar

Thanks for your reply.

Actually i want the paragraph to be displayed like this

abbbbbbbb

........hhhhhhhhhh

........kkkkkkkkkkk

........jjjjjjjjjjjjjjjjjjjjjjjj

here the dots are sapce before the lines staring from 2nd line onwards...I want to have indent spacing except for first line.

i hope i am clear in my doubt now.

Regards

Former Member
0 Kudos

in that case...

create a condition block...

in the if block check if it is first line of itab...

if yes then print &itab-text&

if no then print .........&itab-text&

*here the ... indicates space.