PDA

Click to See Complete Forum and Search --> : tab validation


nutstretch
Jul 29th, 2000, 03:29 PM
I am writing a program and wanted to validate on return/enter keys but all my testers have wanted to use the tab key. Please can anyone tell me how i can do validate on the tab key. I have tried the keyascii but for some reason this does not work.

thanks nuts

Bigley
Jul 30th, 2000, 09:29 AM
The tab key will fire off the lost focus event of the control, so you could put your validation in that event.

nutstretch
Jul 30th, 2000, 04:11 PM
Thanks i will try that

nuts