Hi,
In my project we are using calcmanager. For invalid input, it shows some error messages. i want to
stop my operation after getting these kind of error messages and allow user to give valid input.
But here my question is how can i identify whether calcmanager raised some messages or not.
Which property of calcmanager has to verify.
Regards, Micky
We don't have a CalcManager in NetAdvantage for JSF. I assume you're using a different toolset.
Can you confirm whether you're using Windows Forms or ASP.NET? I can then move this thread to the appropriate forum.
Sorry, i am using ultrawingrid in windows forms
Thanks - I've moved this thread.
I'm taking a closer look at what you're asking here, and I'm unclear about what you'd like to accomplish.
I don't believe that WinCalcManager provides the developer with a way to stop processing further calculations when a formula evaluates to an error. If it does, I've never used it, and I'm not sure it'd provide a good user experience if one were used.
What kind of input are you using, and what kind of formulas is WinCalcManager using on that input that may result in an error value? Perhaps this is something that your code can validate at some point other than the automatic calculations performed by WinCalcManager. Or, perhaps you can make use of other validation logic to stop your program's logic from continuing while there are error results from WinCalcManager formulas.