cancel
Showing results for 
Search instead for 
Did you mean: 

Form Alignment Issue

Former Member
0 Kudos

Hi Everyone,

I am facing an alignment issue in SMARTFORM.

I am using TABLES to display the contents of a table in the MAIN window. It has 9 columns in the output. 5 fields are dispalyed in the same row. but the other 4 are not displayed in the same row. They are dispalyed in the below line. Sample is as shown below.

1 2 3 4 9

5 6 7 8

the values 5 6 7 and 8 are in next line in between 4 and 9.

we require the output to be of the form 1 2 3 4 5 6 7 8 9 in the single line.

can anyone help me???

Helpful answers will be rewarded points.

Thanks,

Tasmia

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If u r using older version i.e less than ecc 6.0, u might ve checked the new line checbox in the output option tab of the 6th text element unknowingly.

Else the answers given by others ll resolve ur issue.

Hope this ll help u.

Regards,

Prabhu

Answers (2)

Answers (2)

Former Member
0 Kudos

As per my concern

there will be two problems..

1) space between column is less.

2) leading space will be there...

if u hv problem with 2 nd point..

take one more variable in Global definition as char

create program lines before u r text

in program lines --- >

clear char.

move itab-var1 into char.

shift char left deleting leading space..

and insert char there is the table column..

do it for 4 columns which values are getting printed in the next line..

it will work.

with Regards,

Kiran.G

Former Member
0 Kudos

Hello Tasmia,

Well, I think it would be better if you increase the width of the main window and the width of the main table as well as the width of the column where the value is being printed.

That will solve the problem.

It is just due to the insifficient space provided.

Rewards points if found useful.

Regards.

Abhijit.