Hi there,
I'm using LiveCycle Designer 8.0, and I need a Text Field like:
MaxChar: 20
Format like: 23,456,789
So I set the 'Display Pattern' to zz,zzz,zzz,zzz,zzz,zzz,zz9.
It worked good when the input length <= 15.
But when the input length >15, the displayed value will be wrong.
e.g.
Input: 88888888888888888888 (length=20)
Display: 88,888,888,888,888,885,000
Has anyone ever encountered this before??
Could you please kindly advise how I can get it right?
Thank you!
Any idea, please?