LOTUSSCRIPT/COM/OLE CLASSES
Dim ws As New NotesUIWorkspace Dim prefid As Variant prefid = ws.Prompt (PROMPT_OKCANCELEDIT, "PrefID?", "Enter PreferenceID.") If Not Isempty (prefid) Then Messagebox CStr(ws.GetComponentViewPreference(prefid)) End If
See Also