M
MattO
I have a form in which a user can add either Japanese or Engligh text into a
rich text field. I need to be able to limit the size of the entry to 255
bytes of text. (The unformatted portion). I've successfully stripped all
the tagging off of that node in the DOM, but I'm having trouble determining
the number of bytes in the string inside JScript.
I've tried: UFF8Encoding.GetByteCount(), but InfoPath doesn't recognize the
object. Any suggestions on the proper way to import this, or if it's even
possible?
Thanks
Matt
rich text field. I need to be able to limit the size of the entry to 255
bytes of text. (The unformatted portion). I've successfully stripped all
the tagging off of that node in the DOM, but I'm having trouble determining
the number of bytes in the string inside JScript.
I've tried: UFF8Encoding.GetByteCount(), but InfoPath doesn't recognize the
object. Any suggestions on the proper way to import this, or if it's even
possible?
Thanks
Matt