OverviewExamples
| 
 Web.SetSilent (  | 
Sets whether or not the web object will display dialogs, including error dialogs.
(string) The name of the web object.
(boolean) Whether to make the web object silent:
| 
 VALUE  | 
 DESCRIPTION  | 
| 
 true  | 
 Silent. (Default)  | 
| 
 false  | 
 Not Silent.  | 
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions