RefreshParentNote (NotesUIWorkspace - LotusScript®)
Updates the note with the specified value entered in the dialog box.
Note: This method is new with Release 5.
Defined in
Syntax
Call notesUIWorkspace .RefreshParentNote( )
Usage
This method is used mainly to create your own buttons to dismiss a dialog box. Mostly used in the QueryClose event.
If your button calls this method and then closes the dialog (e.g. with NotesUIDocument.Close), the NotesUIWorkspace.DialogBox method in the caller will return True, as if the user had clicked OK.