Test For Field Being Edited?

Martin Koob mkoob at rogers.com
Thu May 13 10:59:35 EDT 2010


Martin Koob <mkoob at ...> writes:

> 
> Scott Rossi <scott at ...> writes:
> 
> > 
> > Hi List:
> > 
> > I can't remember...  Is there a way to determine if any field on a card is
> > open for editing, other than storing a variable?
> > 
Sorry try this again

What about focused object.

This is what I use to check if a field is open and then call a
 handler in that field.

    if the first word of the focusedObject is "field" then
        dispatch "savemycontents" to the focusedObject
    end if

Martin




More information about the use-livecode mailing list