This topic is locked

Calculating fields

7/26/2009 5:38:53 PM
Members Template General Questions
T
Tempus_Erus author

Hi,
I need to calculate 2 fields.
Fields exist in database.
I have tried the below:
use Before record added/updated events on the Events tab to calculate values and fill field.

Here is a sample:

QUOTE
dict("FieldName1") = dict("FieldName2")*dict("FieldName3")
I need to add totals on the fly to my add page, edit page etc etc.
What am I doing wrong as I can't get this to work?
eg.

  1. use Before record added/updated events on the Events tab to calculate values and fill field.

    Here is a sample:
    dict("Total") = dict("pricepermile")*dict("miles")
    Any help is appreciated.
    TE