Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Examples: NotesUIDocument class

This script uses a NotesUIWorkspace to get the current document. It then uses the FieldGetText method to print the Subject field of the current document.

Dim workspace As New NotesUIWorkspace

Dim uidoc As NotesUIDocument
Set uidoc = workspace.CurrentDocument
Messagebox( uidoc.FieldGetText( "Subject" ) )
Related topics
NotesUIDocument class




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009