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
110
UltraCalcManager formula validation
posted

Hello is there any way I can validate my formula before attaching it on a grids column?

I want to prevent unhandled for CalcManager situations like "Integer + String" or "String + String" instead of using concatenation.

I tried to use CompileFormula but I caught only SyntaxErrors.

Any Idea?