5. Name/describe a few compile time errors you encounter in Lotus script
Answer:
Cannot find external name <name>: The currently executing module contains a Use statement whose target module contains a Public name to which the currently executing module refers. That name has been changed in the target module since the currently executing module was compiled. Restore the original name in the target module, or change the name in the currently executing module to the new name.
Any syntax errors like mismatching If...Endif ststements;
SET required on class instance assignment
Operator overflows
Object variable not set
Variant does not contain a container
Entry not found in index or views not found in index
No comments:
Post a Comment