2016 Aug 25 11:12 PM
Hello everybody.
I have created a table with border but the border aren't aligned.
2016 Aug 25 11:54 PM
2016 Aug 26 4:40 AM
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.
MENGE | MENGE_D | QUAN | 13(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
2016 Aug 26 8:31 PM
Ananth, I tried don't print that variable but I get the same result.
2016 Aug 27 12:37 AM
2016 Aug 26 4:46 AM
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.
2016 Aug 26 4:29 PM
2016 Aug 27 6:16 AM
Take print out of this document and check.
Only in print preview only it will appear like this.
2016 Aug 26 5:20 PM
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.