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
This script sets the AutoReload property just after a document is opened:
Sub Postopen(Source As Notesuidocument)
source.AutoReload = True
End Sub