Illegal Parenthesized Reference Error

I recently upgraded my client to 7.0.3 and am now receiving the following error every time I open all the forms in one of the databases I have developed.

Illegal Parenthesized Reference: VALIDATEFIELDS

ValidateFields is a function in my script library which is declared in the forms options using Use “Scriptlib”

This has worked fine while I was running Notes 6.5.6??

Any ideas?

Subject: Illegal Parenthesized Reference Error

It could be that the name VALIDATEFIELDS is now a reserved name. You could look it up in the help db. Or you could try to rename it and see if it the error disappears.