W
Woody Splawn
I have a Winform with 3 fields on it, Fields A, B & C. One of them (C) is a
numeric type field that contains an expression. The formula for that field
FieldA * FieldB. The formula works but I don't see the results of the
expression until I update the form. I think this is because prior to doing
the update I do an EndCurrentEdit which forces the refersh.
I would really like to see the expression change as the user makes a change
in field A or B. How would I do this? In what event would I place the
code? I suppose I would want to do something other than and EndCurrentEdit,
if so, what would it be?
numeric type field that contains an expression. The formula for that field
FieldA * FieldB. The formula works but I don't see the results of the
expression until I update the form. I think this is because prior to doing
the update I do an EndCurrentEdit which forces the refersh.
I would really like to see the expression change as the user makes a change
in field A or B. How would I do this? In what event would I place the
code? I suppose I would want to do something other than and EndCurrentEdit,
if so, what would it be?