tab or click
Kelly Burgess
kellyb at montana.com
Mon Aug 4 19:36:04 EDT 2014
Hi Bill,
>I have a complex grid, I need to know how I left the field, either by click another field, or by tabbing out.
Put this line at the top of your field's $event method, above any on evXX handlers:
Send to trace log {field got [pEventCode] with [pNextCode]
Then observe the trace log as you tab and click out of the field.
You'll probably end up using an On evAfter that tests pNextCode for different values.
Kelly
More information about the omnisdev-en
mailing list