Application Development 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: 

Border tables aren't align in Smartform

Jimmy21
Participant
0 Kudos

Hello everybody.

I have created a table with border but the border aren't aligned.

8 REPLIES 8

Former Member
0 Kudos

Try to change OutputDevice.        

krishnaananth
Active Participant
0 Kudos

Hi,

In smartforms check whether Formats are same for header and table..

Secondly what is the data type of your variable?

For example observe the below code:

wa1-menge = 20.

wa1-cndqty = wa1-menge.

condense wa1-cndqty.

If I print variable menge it will appear like

          20

But if print variable cndqty it will appear like

20


reason is MENGE has 13 characters. It will have spaces before number.

MENGEMENGE_DQUAN13(3)Quantity


Hence we are creating separate variable cndqty.

Copying value from menge into cndqty

Condensing cndqty. (Remember condensing menge wont work)


Regards,

Ananth Krishna

0 Kudos

Ananth, I tried don't print that variable but I get the same result. 

0 Kudos

can you share code from smartform related to this field?

romit_raina
Active Participant
0 Kudos

Hello,

You can try this : remove complete border of that table  and then place it again by using LEFT FRAME , RIGHT FRAME , UPPER FRAME & BOTTOM FRAME , at last use the INNER FRAME.

0 Kudos

I get the same result. My horizontal line exceeds the limit.

0 Kudos

Take print out of this document and check.

Only in print preview only it will appear like this.

Former Member
0 Kudos

Hi,

Do you get this issue in printing?
I had a case where the smartform border used to appear distorted in print preview but used to print correctly.