John, Are you sure you placed the eep in the on-entry section? Maybe change it to on-exit or on-right-click, just to see if you can get it to run. BTDT Bernie Lis ----- Original Message ----- From: "John Engwer" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, August 18, 2004 2:29 AM Subject: [RBG7-L] - setting variable in form
> 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 > >
