Refreshes the specified object.
Syntax 1: Refreshes the specified PageWindow object with an option to save changes.
Syntax 2: Refreshes the specified Web object.
Syntax 1
expression.Refresh([SaveChanges As Boolean][FetchAll])
expression An expression that returns a PageWindow object.
SaveChanges Optional Boolean. True to save changes.
FetchAll Optional Boolean. True to retrieve all information for all documents regardless of view. When set to False this argument retrieves only the information necessary to support the current view. However, if Reports or Hyperlink view is open, False refreshes all documents. Default is False.
Return Type
Void
Syntax 2
expression.Refresh
expression An expression that returns a Web object.
Return Type
Void