If you suddenly start getting errors from a scriptlibrary or on a button in a form or a view.
Errors like this
- Not a sub or function name
- Sub or Function Not Defined
- DB is not declared
- Variable not resolved
- Unable to find XXXX
Check that you variables / functions / Subs is declared as public
This is done at the top of the library or form using Options Public
This error can easily be mistaken with 64K library problems, Lotusscript recompile issues and other HCL Domino FP9 and FP10 related issues
0 Comments.