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 ?
Hi Paolo,
Thank you for posting to Infragistics Community!
I have been looking into your question and created a test application with several UltraNumericEditors and corresponding formula settings witht the help of the UltraCalcManager, as described by you.
To setup the CalcSettings for the editors, I have followed the approach from this topic of our documentation.
On my side, I am currently not able to reproduce any errors and all calculations are executed as expected. Please, check out the below gif, as well as please run and test the below attached sample on your side as well:
Having in mind that the isolated sample shows this scenario working as expected, it is possible that the observed is due to some local misconfiguration. Since we cannot provide any suggestions without sample code, I would like to ask you to, please, compare any discrepancies between the sample and your own application that may indicate what the root cause of the issue might be. Alternatively, please modify the sample app with only relevant code to reproduce the behavior. Having a working sample on our side, wich we can debug will be highly appreciated, so that we can provide further assistance.
Best regards, Bozhidara Pachilova Associate Software Developer
1884.UltraCalcManagerTest.zip
I try to insert a zipped file but says that an error occurred, the file is a zipped file of 3 Mb, not tto bigSays that I have to contact administrator...
Yes, there is a file size limit in the forum, however, it is usually enough for sample apps. Please, make sure to have deleted the bin, obj, .vs and and any dependency folders from the project directories before uploading.
If you are still facing difficulties, I can also suggest continuing our communication in the private support case with number C-00235291, which you have created on the same subject, and which is still open.
Meanwhile, I am wondering if you’ve had the chance to check out the sample app I attached and to compare the CalcManager configuration in it with your own code? If so, did you notice any differences that might provide some insight? Looking forward to hearing from you.
Best regards, Bozhidara Pachilova