pjohns
25th January 2005, 18:42
Hello,

I have added the rema.amnt field to a form. This field is calculated from the session script. When I go into the session for the first time the field shows a value of 0.00. When I insert a record the field will show me a value. Each time I add a record this value accumulates. It only resets when I close the session and then re-open it.

Can I only reset this field each time from the session script, for which I don't have source, or is there a way to do the reset from the form itself?

Thanks

PJ

Hitesh Shah
27th January 2005, 16:54
U may try defaults / input ref using conditional expression ? and : . That may help probably.

Alternatively u can make the field input field , have an auto zoom prog that does resetting of the value based on certain conditions .