I am converting an old RBASE DOS retail application to RBASE 6.5 ++.  I 
am having problems showing a running total on the form.  Can anyone help?

I am using the current windows version of RBASE++.  

I have a form that has a region with multiple tiers.  As the user enters 
the data into the tiers at the completion of each row I want to show a 
subtotal field.

I have tried to place a variable on the form then in an eep calculate the
vale, recalc variables and screen restore off.  I could not get this to work.

I then tried executing the following eep from the last variable in the tier:

set var v_1 =3D test
set var v_subtotal1 =3D $5.00
set var v_2 =3D  test
recalc variables
wri .v_subtotal1 at 25,70
screen restore off
return

Nothing displays.  What am I doing wrong?

Frank












Reply via email to