BBjScriptFailedEvent

Description

In BBj 19.20 and higher, this event is returned by BBjAPI (). getLastEvent () when the program is executing callback code that the program has registered for the ON_SCRIPT_FAILED event.

In BBj 22.03 and higher, this event is also fired by the BBjWebManager::injectScriptUrl method. When this event is fired from BBjWebManager, the getControl() method returns null().

Note:

In BBj 22.03 and higher, BBjWebManager is an alias for BBjBuiManager.

Methods of BBjScriptFailedEvent

Return Value Method
string getUrl()

Methods of BBjScriptFailedEvent inherited from BBjSysGuiEvent

Return Value Method
BBjControl getControl()

Methods of BBjScriptFailedEvent inherited from BBjEvent

Return Value Method
string getEventName()
string getEventString()

See Also

CALLBACK Verb - Register BBj Subroutine

BBjControl::setCallback

BBjHtmlView::injectUrl

BBjWebManager::injectScriptUrl

ScriptFailedEvent