Skip to main content

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