On 4/26/17 3:58 PM, Roger Eller via use-livecode wrote:
How do I discover the name of the field which has received focus (blinking
edit bar cursor) when the tabKey is pressed?

One way:

on openfield
  put the name of the target
end openfield

I'm not sure if you want to trap a message though. The selectedField will return identification if you're querying from inside another handler.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to