Page 1 of 1

calculating on exit field

Posted: Tue Aug 05, 2008 6:37 am
by Glenn Boyce
I have 2 flds that are used in a calculation. I am using closefield on one with the calculation script. if I change that field it recalculates - this is good. If I change the other field it doesn't. I tried sending a closefield from that field to the other one but still doesn't work. I know there will be a silly little routine for this

any assistance appreciated.

Glenn

Posted: Tue Aug 05, 2008 9:28 am
by Mark
Hi Glenn,

You can put the closeField handler in the card script. This will catch all closeField message and allows you to re-calculate the values whenever a field changes.

Best,

Mark