On Fri, Oct 21, 2016 at 8:49 PM, truegold <[email protected]> wrote:
> But other keys? Probably simple and I’m not seeing it? > other keys generate a keystroke, so you can trap them in On before / after keystroke or make a button with key shortcut (for Escape / Enter key, for example.) You can use ON EVENT CALL as well, for normal cases when you need to know what user pressed it is overkill. For example, I use ON EVENT CALL to track how is user leaving field - if by pressing tab / return or by clicking somewhere else. -- Peter Bozek ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

