LOTUSSCRIPT/COM/OLE CLASSES


Examples: AutoReload property
This script sets the AutoReload property just after a document is opened:

Sub Postopen(Source As Notesuidocument)
 source.AutoReload = True
End Sub

See Also