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
300
A syntax error occurred while compiling a formula
posted

I'm getting a Syntax Error message when loading a form with a CalcManager on it.  I only have one target and it does not have a formula at design time, it is added at run time.  I getting the error

A syntax error occurred while compiling a formula for: <my textbox>

The error is:

Unexpected end of file, on line: 1 column: 5

The message is happening during the initialization of the form, before any of my code runs. After I OK this message, the form loads correctly and the textbox with the formula works as expected.