Using VPLUS: An Introduction to Forms Design (32209-90004)
6-13
Figure 6-10. Field Menu for TPRICE
Now, make similar changes to the TPRICE field of the ORDER form and the
TOTNET field of the TOTALS form.
Action
Add a statement to store the value of TPRICE in the STOTNET save field,
as shown in Figure 6-10.
Note that the order in which the processing specification statements are
entered is important. The statement to move the value to the save field
must follow the statement that calculates that value. Since both
statements are executed in the field edit phase, any change to the values
of either QTY or UPRICE in Browse mode change the value of TPRICE, which
is then moved to the STOTNET save field.