Page 1 of 1

How execute code when TEXT ENTRY FIELD looses focus - Solved

Posted: Wed Jul 15, 2015 10:58 am
by DR White
Does anyone know - How do I execute code when TEXT ENTRY FIELD looses focus

Thanks,

David

Re: How do I execute code when TEXT ENTRY FIELD looses focus

Posted: Wed Jul 15, 2015 12:08 pm
by Klaus
Hi David,

use the "exitfield" or "closefield" message, whatever fits your situation!


Best

Klaus

Re: How do I execute code when TEXT ENTRY FIELD looses focus

Posted: Wed Jul 15, 2015 2:51 pm
by dunbarx
Hi.

What Klaus said.

Do read the dictionary about both these messages. They are not quite the same, and both are often needed in the same script.

Craig Newman

Re: How do I execute code when TEXT ENTRY FIELD looses focus

Posted: Mon Jul 20, 2015 8:29 pm
by DR White
Craig and Klaus,

Using "On closefield" worked great! :D

Thanks both of you so Much,

David