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
40
Cannot built formula error...even if the CalcManager is present!
posted

Hi,

I have this error : "Connot built formula without an UltraCalcManager. Add an UltraCalcManager component to the form." at the Designer wizard when I click on formula. Why?

Is it because i am currently on a usercontrol and not in a form? It work in a charm in a form but in a usercontrol it does not. If, the usercontrol is the problem, let say that there is something wrong in your UltraCalcManager feature.

Carl 

 

 

 

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Carl,

        The grid must have an UltraCalcManager in order to support formulas. So if yuo want to set a Formula in the grid at design-time, then you will need to include a CalcManager in your UserControl. 

        If you don't want to do that and just want to use the same CalcManager that exists on the form where the UserControl resides, then what you can do is set the grid.CalcManager property at run-time and then set your formulas at run-time, also.  

Children