Siebel Object Interfaces Reference > Siebel VB Quick Reference >

WebApplet Events for Siebel VB


Table 61 lists a summary of the WebApplet events.

Table 61. WebApplet Events Summary
Event
Description
Syntax

WebApplet_InvokeMethod Event

Called after a specialized method or a user-defined method on the Web applet has been executed.

WebApplet_InvokeMethod(MethodName as String)

WebApplet_PreCanInvokeMethod Event

Called before the PreInvokeMethod, allowing the developer to determine whether or not the user has the authority to invoke the applet method.

WebApplet_PreCanInvokeMethod
(MethodName as String, CanInvoke as String)

WebApplet_PreInvokeMethod Event

Called before a specialized method for the Web applet is invoked or a user-defined method is invoked through oWebApplet.Invoke
Method.

WebApplet_PreInvokeMethod
(MethodName as String) As Integer

WebApplet_Load Event

Called just after an applet is loaded.

WebApplet_Load

WebApplet_ShowControl Event

Allows scripts to modify the HTML generated by the Siebel Web Engine to render a control on a Web page in a standard interactivity application.

WebApplet_ShowControl (controlName as String, property as String, mode as String, HTML as String)

WebApplet_ShowListColumn Event

Allows scripts to modify the HTML generated by the Siebel Web Engine to render a list column on a Web page in a standard interactivity application.

WebApplet_ShowListColumn (columnName as String, property as String, mode as String, HTML as String)

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.