Martin Koob <mk...@...> writes:

> 
> Scott Rossi <sc...@...> 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

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to