‎2008 Nov 13 9:21 AM
I have a problem in smart forms.
That is , the quantity field is display in new line not in a same line.
‎2008 Nov 13 9:40 AM
Just use the quantity field as;
&lv_qty(CZ)&This will suppress leading spaces and zeros. Because of the leading spaces only its going to next line.
This will solve your problem.
Regards
Karthik D
‎2008 Nov 13 9:22 AM
Hi,
Just increase the cell width of the quantity, may be your quantity field cell length is not long enough
Thanks
RK
Edited by: RK on Nov 13, 2008 10:23 AM
‎2008 Nov 13 9:43 AM
no...i have checked my length of my quantity field its perfect....
i think in smart forms numbers are printed in new lines only..
is it....or there are any other answers ....
reply..
‎2008 Nov 13 9:25 AM
hi,
check in template, that Quantity field should not have sufficent length.
increase the Field width and try
‎2008 Nov 13 9:43 AM
no...i have checked my length of my quantity field its perfect....
i think in smart forms numbers are printed in new lines only..
is it....or there are any other answers ....
reply..
‎2008 Nov 13 10:19 AM
Create a temporary "CHAR" Variable, move the currency/quantity amount and use that for output.
cheers
ran
‎2008 Nov 13 10:26 AM
for testing purpose you can use &wa_amount+0(6)& now you can see the value in same line not next line. if it is dispaly in correct then you can increse your window liegth or what your using...
‎2008 Nov 13 9:28 AM
hi,
try to adjust the size of the window , table or template wherever u are using it .
try to check with the size of the quantity field u are fetching and adjust accordingly
‎2008 Nov 13 9:40 AM
Just use the quantity field as;
&lv_qty(CZ)&This will suppress leading spaces and zeros. Because of the leading spaces only its going to next line.
This will solve your problem.
Regards
Karthik D