Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
UltraCalcManager not working read values from other calculated fields
posted

I have a form with ultracalcManager and many ultranumericeditors.
When I use a control in the formula that is bounded with dataset everything works, But if in the formula is present a control that is calculated himself, the value read is zero. Example:

NumericEditor_1 Bounded to DataSet

NumericEditor_2 Bounded to Dataset 

NumericEditor_3 Use UltraCalcManager to SUM the NumericEditor_1 + NumericEditor_2 Working Good

NumericEditor_4 Bounded to Datase 

NumericEditor_5 Use UltracalcaManager to SUM NumericEditor_3 + NumericEditor_4 The result is that NumericEditor_3 is ALWAYS ZERO

and the result of the SUM is only NumericEditor_4

Why ?