‎2013 Oct 26 2:05 PM
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.
‎2013 Oct 26 2:14 PM
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
‎2013 Oct 26 2:14 PM
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
‎2013 Oct 26 2:18 PM
Hi Venkateswaran...thanks for the information, i have tried and it is resolved.
Thanks a lot.
‎2013 Oct 26 3:04 PM
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
‎2013 Oct 26 3:45 PM
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)
‎2013 Oct 26 3:57 PM
Hi... yes i have written in separate window...I have tried this but still not working.
‎2013 Oct 26 6:18 PM
can you show me the window defentions of that and main window.