On 02/14/2018 08:04 AM, Mike Bonner via use-livecode wrote:
Try this...

on rawkeyup pkey
    send "getline" to me in 10 millisec
    pass rawkeyup
end rawkeyup

command getline
    put the short name of the focusedobject
end getline

This gives you the name of the editing field that appears for each cell in
the form of:

revCell-2,2

Parse that and voila, you have your info.

Brilliant. Would never have guessed that one.

--
 Mark Wieder
 ahsoftw...@gmail.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