Method DoActionCalcFormula
DoActionCalcFormula()
Evaluates the formula entered in the display text box and updates the result.
public virtual void DoActionCalcFormula()
Remarks
This method attempts to evaluate the formula provided in the display text box. If the evaluation is successful, the result is displayed and any validation errors are cleared. If an error occurs during evaluation, a validation error is reported with the error message.