I have an edit form with VAREdit fields where the user edits quantity, price
and discount to come up with a total price.  If during the edit process I
click on the quantity (vQTY) and change the value the updated VAR values are
not saved in the table.  I have an office button that fires a save row and
exit.  It does not save the row because R:BASE does not detect that there is
a change to and of the field information.  I have an expression defined in
variables QTY = .vQTY where QTY is a col in my purchase table.  The
information saves properly if I click on one of the DBEdit fields before
clicking on the VAREdit (vQTY) field.

How do I get the information to save properly if I click directly on the
VAREdit field without clicking on a DBEdit field first?  I tried Form
Refresh and Table Refresh.

John

Reply via email to