NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: olu on August 31, 2012, 05:21:52 AM
-
Hi all, is there a way to get an entry after a user tabs off the control to check if valid and if not force use to correct mistake?
-
make sure auto-validation for the form, and field, is on. (it is on by default.)
Then add any validation code you like to the validateValue::fieldname routine.
See the "Validation" example for some code ideas.
cheers
Bruce
-
Hi Thanks bruce mind going blank now.