Count Characters

R

Robb @ FLW

I have a text field that is limited to 250 characters, is there a way to show
the count of characters remaining when the individual enters text into the
field to include spaces for example; See Spot run, 238 characters remaining
 
K

K.Ramana Reddy(GGK Tech)

Hi,

There is no automatic way to show the count of characters but we can show
number of characters eneterd or remaining by using the OnAfterchange event
and you need to write the code for it.
 
R

Robb @ FLW

Ok, I am interested can you assit me?
--
Robb


K.Ramana Reddy(GGK Tech) said:
Hi,

There is no automatic way to show the count of characters but we can show
number of characters eneterd or remaining by using the OnAfterchange event
and you need to write the code for it.
 
Top