|

DefaultPrinter


(boolean) Whether to print using the user's default printer:



VALUE DESCRIPTION


true


Automatically print with the user's default printer. (Default)


false


Display the "Print" dialog so the user can select which printer to use.


Re t u r n s


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


See also: Related Actions


image

image

Web.Refresh

OverviewExamples

Web.Refresh ( string ObjectName )


De s cr ip t ion


Refreshes a web object.


image

Note: This is just like clicking the "Refresh" button in Internet Explorer to reload the current web page.


P arame t er s


ObjectName


(string) The name of the web object.


Re t u r n s


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


See also: Related Actions


image

image

Web.SetEnabled

OverviewExamples

Web.SetEnabled ( string ObjectName,


boolean Enabled = true )


De s cr ip t ion


Sets the enabled/disabled state of a web object.


Note: When a web object is disabled, it doesn't respond to the user at all.


image

P arame t er s


ObjectName


(string) The name of the web object.


|