I have gp 2010 installed, in cheque printing, there are two calculated fields (CalculatedStringA and CalculatedStringB) which prints amount in words on cheque. but if the amount is bigger then on second line of amount in words which is CalculatedStringB cuts off the words and did not print the whole amout in words. Formula on this is :
FUNCTION_SCRIPT(rw_SplitWordAmtPM_Payment_WORK.String A 255PM_Payment_WORK.String B 2552 )
I traced these two fields, and found that they are coming from the table PM10300 namely STRGA255 and STRGB255. is there any way to maximize these fields, or create a third STRGC255, so that amount in words can print without cutting the words.
*This post is locked for comments