Siebel Object Interfaces Reference > Siebel Web Client Automation Server Quick Reference >

SiebelHTMLApplication


Table 40 lists a summary of the Siebel HTMLApplication Methods syntax.

Table 40.  SiebelHTMLApplication Methods Syntax Summary
Method
Description
Syntax
Returns the last error code.

Dim siebelApp As SiebelHTMLApplication
Dim iErr as Long
iErr = siebelApp.GetLastErrCode

Returns the last error text message.

Dim siebelApp As SiebelHTMLApplication
Dim sText as String
sText = siebelApp.GetLastErrText

Instantiates and returns a new instance of the service specified in the argument.

Dim siebelApp As SiebelHTMLApplication
Dim svc As SiebelService
Set svc = siebelApp.GetService(ServiceName as String)

Returns the name of the current application as defined in the repository.

Dim siebelApp As SiebelHTMLApplication
Dim name as String
name = siebelApp.Name

Constructs and returns a new property set object.

Dim siebelApp As SiebelHTMLApplication
Dim propSet as SiebelPropertySet
Set propSet = siebelApp.NewPropertySet


 Siebel Object Interfaces Reference 
 Published: 18 June 2003