AD
Administrator
Syncfusion Team
May 29, 2007 10:02 PM UTC
Just something to try, not sure whether this will affect this problem or not. After the
Dim oCalc As New Syncfusion.Calculate.CalcQuick
try adding:
CalcEngine.FormulaCharacter = '='
In 4.4 and earlier, there is a problem with this shared (static) field being initialized properly in server code. This has been corrected in 5.1.
JO
Jorge
May 29, 2007 11:57 PM UTC
Hi Clay,
I add the lines of code that you suggested and the service now works.
Thank you very much for your help.