Answered
I need a way to convert a numeric field value to another field as spelled text using script or FormCalc - any ideas?
For example: (1234) in Field1 = (onetwothreefour) in Field2
I need a way to convert a numeric field value to another field as spelled text using script or FormCalc - any ideas?
For example: (1234) in Field1 = (onetwothreefour) in Field2
Put this script into the calculate event of a text field, that should show the text.
$.rawValue = WordNum(NumericField1.rawValue)
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs