2007 Aug 24 10:53 AM
We have two line items in a PO ,
the standard script associated with the item is very lengthy ,
half of the lines are not printing .
I saw in debugging , all the lines are fetched but when the control reaches the IF condition which when is true prints the lines , the contry comes out of the window , and then goes to the next window .
Can someone plzz help and tell why this is happening .
2007 Aug 24 10:59 AM
Hi,
check the width of the window in which it is getting printed
or else you have to split it into different variables and then display it
previously in my case
if the variable length is more than 60 chars
then it is displaying only 60
so i have splitedd it at 60 chars and remaining into another variable
and then it is coming properly
thanks & regards,
Venkatesh
2007 Aug 24 11:02 AM
then check ur IF conditioon itself ? y its failed in this case.
or Post Here.
Regards
Peram