Its not better, but an alternative . on focusIn put fld "x" into myVar
on focusOut  compare the current fld with myVar.
Hershel
On Tuesday, November 16, 2004, at 12:21 PM, Rob Cozens wrote:

Hi Mark,

I'm trying to see when a field's contents have changed by using a
closeField handler, but the message never seems to be issued. Any idea
why this might be?

I have no clue; but AFAIK, it works fine for me


Alternately, is there a better way to see if a field's contents have changed?

on enterInField -- field has probably changed

on returnInField -- for single-line fields...probably changed

on tabKey -- if tab allowed in field pass it; otherwise field is closed & may or may not be changed
--
Rob Cozens, Staff Conservator
Mendonoma Marine Life Conservancy
P.O. Box 217
Manchester, CA 95459-0217
(707) 895-2584


"Promoting a healthy and bountiful offshore environment."
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to