Hi all,
To print Check amount in Whole Number in words & Parts in words, I have used RW_ConvertToWordsAndNumbers() function in GP 2013 R2 and it works great. But when I implemented the same function for a Customer who is using GP 2015 R2 , report writer throws error - "EXCEPTION_CLASS_SCRIPT_OUT_OF_RANGE. SCRIPT_CMD_POWER" . Same with RW_ConvertToWordsAndNumbersParse() function. Am I missing something? Is it a bug in GP 2015? Please help.
Reference:
RW_ConvertToWordsAndNumbers()
- Added new mode to support full conversion of dollars and cents to words. The Mode (third) parameter now supports the following three values:
0 = Whole Number in words, Parts in numbers
1 = Whole Number in numbers, Parts in numbers
2 = Whole Number in words, Parts in words *NEW
RW_ConvertToWordsAndNumbersParse()
- Added new mode to support full conversion of dollars and cents to words. The Mode (third) parameter now supports the following three values:
0 = Whole Number in words, Parts in numbers
1 = Whole Number in numbers, Parts in numbers
2 = Whole Number in words, Parts in words *NEW
Thanks,
Siva
*This post is locked for comments