PDA

Click to See Complete Forum and Search --> : Can you validate inputbox text as its typed?


JMDelany
Jan 15th, 2000, 06:49 PM
As its not strictly speaking a control on the form .. Is it possible to validate a users input into an inputbox as they type it?

MartinLiss
Jan 16th, 2000, 11:22 AM
Perhaps through some API, but you can easily create your own look-alike InputBox via a form, and have total control over what is done with it.

------------------
Marty