LOTUSSCRIPT/COM/OLE CLASSES
Examples: DeselectAll method
This button script deselects the current selection before pasting the contents of the Clipboard into the current field.
Sub Click(Source As Button)
Dim workspace As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = workspace.CurrentDocument
Call uidoc.DeselectAll
Call uidoc.Paste
End Sub
Siehe auch
DeselectAll method
Glossar
Ihre Kommentare zur
Hilfe
oder zur
Verwendbarkeit der Software
?
Hilfe zur Hilfe
Inhalt der gesamten Hilfe
Glossar