nolihayati isma
27th June 2013, 07:07
Hi All,

table tdsls042 having field name => nama and namb.

nama - hvg 35 length
namb - hvg 30 length

How can we pop up message when entry reached 14 charactar included space?
What function we can use?

Regards

NirajKakodkar
15th July 2013, 13:58
Hi Nolihayati ,

You will need to count the valid key press events & then pop-up once your condition is satisfied.

Alternatively, you can use count the string length in check.input, but in this case you will be able to pop-up the count only after the user have typed in all the desired characters (may be more than 14) & tabbed out. In this case you wont be able to check every keyin character.

nolihayati isma
17th July 2013, 04:00
Hi,

Thank you