D
Dave Reardon
I have a memo field in a form into which users type. There is an integer
field which records the number of characters used. What I would like to do is
to get this to be updated during the typing. My attempts so far have been to
set it before update and then count key presses to increment a different
control, and add the two together. However, the problem is that a backspace
delete counts as a key press. Is there an easy way to get it to count the
characters typed in conjunction with the current length in a session please?
Dave
field which records the number of characters used. What I would like to do is
to get this to be updated during the typing. My attempts so far have been to
set it before update and then count key presses to increment a different
control, and add the two together. However, the problem is that a backspace
delete counts as a key press. Is there an easy way to get it to count the
characters typed in conjunction with the current length in a session please?
Dave