How to Remove 'xx/100' the trailing string, when using ToWords
Left(ToWords(Sum ({YourTable.Field})), InStr(ToWords(Sum ({YourTable.Field})), " and ")) & " and " & ToWords(ToNumber (Right(ToText(Sum ({YourTable.Field})), 2 )), 0) & " cents."
Sunday, January 04, 2009 at 1:30 PM Posted by 牛奶罐
How to Remove 'xx/100' the trailing string, when using ToWords
Left(ToWords(Sum ({YourTable.Field})), InStr(ToWords(Sum ({YourTable.Field})), " and ")) & " and " & ToWords(ToNumber (Right(ToText(Sum ({YourTable.Field})), 2 )), 0) & " cents."
Labels: Crystal Report
0 comments:
Post a Comment