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

Wrong Printing

Former Member
0 Likes
1,048

Hi My PO summary smart form is facing some issues regarding alignment. Can anybody suggest me something to correct this..I have attached the screenshot of the problem i am facing. From quantity onward everything is printing downwards.

1 ACCEPTED SOLUTION
Read only

venkateswaran_k
Active Contributor
0 Likes
1,014

it is simple,

Since it is numeric they are right justified.

so you need to condense the leading spaces

Example.  if your variable is wa_quantity,  then in the fomr print like this  &WA_QUANTITY(C)&

Regards,

Venkat

6 REPLIES 6
Read only

venkateswaran_k
Active Contributor
0 Likes
1,015

it is simple,

Since it is numeric they are right justified.

so you need to condense the leading spaces

Example.  if your variable is wa_quantity,  then in the fomr print like this  &WA_QUANTITY(C)&

Regards,

Venkat

Read only

0 Likes
1,014

Hi Venkateswaran...thanks for the information, i have tried and it is resolved.

Thanks a lot.

Read only

Former Member
0 Likes
1,014

Hi Venkateswaran...Can you help me solve this overlap issue as well.

I want this year and other details to be displayed after the end of main item details. as this is a po suumary

Read only

0 Likes
1,014

Hi Suveer,

You might have written in a separte window that starts in middle of the page it seems.

In that window, go to condition box, and then chcek the checkbox (that with label end of mainwindow)

Read only

0 Likes
1,014

Hi... yes i have written in separate window...I have tried this but still not working.

Read only

0 Likes
1,014

can you show me the window defentions of that and main window.