I have an eep used in a form to calculate purchase amounts from a purchase table. For some reason the eep does not run on entry to a var edit field (vGTOT). It runs fine outside of the form. Any idea what may be wrong? I tried adding a recalc variable to the eep but it did not help.
--Sum of current purchases SELECT SUM(vtprice) + INTO vGTOT INDICATOR vind_SUM + FROM purchase + whe inv# = .vnew_inv_no return John
