Compute_Dict function

Returns the result of a dictionary calculation. This is a shell around the Calculate() function. It opens a dictionary to @DICT, sets @ID, reads @RECORD, and calls Calculate.

calcresult = Compute_Dict(dictname, row)

The Compute_Dict function has the following parameters.

ParameterDescription
dictnameSpecifies the name of the dictionary column to calculate. For dictname, use the format: tablename*columnname.
rowThe row to perform the calculate against.

To determine which columns a dictionary item needs to perform a calculation, use the stored procedure Dict_Depend.

  • guides/programming/programmers_reference_manual/compute_dict.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1