Siebel Object Interfaces Reference > Siebel VB Quick Reference > Object Interfaces Reference >

Web Applet Events for Siebel VB


Table 116 describes a summary of web applet events you can use with Siebel VB.

Table 116. Summary of Web Applet Events for Siebel VB
Event
Description
Format

WebApplet_InvokeMethod Event

Called after Siebel CRM runs a specialized method on the Web applet.

WebApplet_InvokeMethod(MethodName as String)

WebApplet_PreCanInvokeMethod Event

Called before Siebel CRM calls the PreInvokeMethod event, allowing you to determine if the user possesses the authority to call the applet method.

WebApplet_PreCanInvokeMethod
(MethodName as String, CanInvoke as String)

WebApplet_PreInvokeMethod Event

Called before Siebel CRM calls a specialized method for the Web applet or before it calls a custom method through oWebApplet.Invoke Method.

WebApplet_PreInvokeMethod
(MethodName as String) As Integer

WebApplet_Load Event

Called immediately after Siebel CRM loads an applet.

WebApplet_Load

WebApplet_ShowControl Event

Allows a script to modify the HTML that the Siebel Web Engine creates when it renders a control on a Web page in a Siebel application that runs in standard interactivity mode.

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

WebApplet_ShowListColumn Event

Allows a script to modify the HTML that the Siebel Web Engine creates when it renders a list column on a Web page in a Siebel application that runs in standard interactivity mode.

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

Siebel Object Interfaces Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.