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 Alignment

Former Member
0 Likes
513

Hi All,

I'm working on smartform PO, In main area i'm using table.

In main of the table texts are not coming in a straight line.

first 2 text are proper, remaining texts are coming one line below.

How to make them to come in straight line.

Regards

Suprith

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
482

Hi

I think this is because of space allotted in main window, increase the size of the cell and try

Regards

Shiva

3 REPLIES 3
Read only

Former Member
0 Likes
483

Hi

I think this is because of space allotted in main window, increase the size of the cell and try

Regards

Shiva

Read only

0 Likes
482

hi,

it is due to small size of ur cell.

u can solve it as if those cells contain the numeric values.

in text field where u insert the table field do like this

before u will be doing like this.

&itab-fieldname&

now just do like this.

&itab-fieldname(6)& " value in brackets can b varied according to ur need...(6) will align 5 numeric digit on the same line.

Read only

dev_parbutteea
Active Contributor
0 Likes
482

Hi,

increase the size of your cell. Currently, it is not large enough to contain the full text , so it will come out in multiple lines,

Regards,

Dev.