Script runs fine in R5 but not R6.0.2 and R6.5.
Notes client crashed and hanged. Is R6 compatible in WinXP?
Anyone know of a documentation in assistance to NSD errors generated in the log file?
Script runs fine in R5 but not R6.0.2 and R6.5.
Notes client crashed and hanged. Is R6 compatible in WinXP?
Anyone know of a documentation in assistance to NSD errors generated in the log file?
Subject: RE: NSD Error generated from Lotus Script that crashes the Notes Client
Notes is compatible with Windows XP. The Save function works just fine, I’ve used it myself. It’s not clear to me which Save method you’re using, however, since you use uidoc and give the arguments for the NotesDocument.Save method.
If you really are using NotesUIDocument.Save, there must be something about the form that’s causing your problem. Querysave code, a field formula, …? Lots of things happen when you try to save. It might help to know whether the document was actually saved (possibly the error is cause by Postsave code).
If you’re really using NotesDocument.Save, it makes a difference what you’re trying to save. What code came before the save?
Subject: RE: NSD Error generated from Lotus Script that crashes the Notes Client
Hello, thanks for the clue given between the lines that solve the problem. The initial lotusscript set and used doc.save(true, true). The form has a partial section in editing mode for before executing the save statment in the long script. But, somehow R5 seems to be less stringent in accepting the doc.save statement. uidoc.Save solve this NSD error.