NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: olu on August 31, 2012, 05:21:52 AM

Title: Get a vlaue after tab off control
Post 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?
Title: Re: Get a vlaue after tab off control
Post by: Bruce on August 31, 2012, 06:52:38 AM
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
Title: Re: Get a vlaue after tab off control
Post by: olu on August 31, 2012, 07:17:42 AM
Hi Thanks bruce mind going blank now.