Refreshes the client application.
Syntax
Refresh(Flags As AS_REFRESHFLAG)
Name | Description |
---|---|
Flags |
Long integer that represents one or more of the AS_REFRESHFLAGS constants. |
Remarks
This method will not affect the current view if it is called in custom command that changes the data in the view. To see the changed data, you must refresh the view manually by pressing F5.
Related concepts