cancel
Showing results for 
Search instead for 
Did you mean: 

Field Lengths in Smartforms

Former Member
0 Kudos

Hi All,

How can we make the field lengths of all the fields to be displayed in smartforms of the same length so that they are aligned properly.

Eg: V_field1 is of length 8,

V_field2 is of length 2.

Both are of the type Z table.

How can this be done in smartforms to display both of same length.

Thanks,

Saher

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use like below

Eg: V_field1+(08)

V_field2+0(2).

Regards

Jana

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

irrespective of the fields length u give a constant output length

&v_field1(8)&

&fv_field2(8)&

try this....

Former Member
0 Kudos

hi,

Specify the length of the field using formatting options

&fieldname(length)&

regards

padma