Web.SetSilent

Web.SetSilent ( 

string  ObjectName,

boolean Silent = true )

Description

Sets whether or not the web object will display dialogs, including error dialogs.

Parameters

ObjectName

(string) The name of the web object.

Silent

(boolean) Whether to make the web object silent:

VALUE

DESCRIPTION

true

Silent. (Default)

false

Not Silent.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions