DataWindow event cross-reference

Event names conform to the conventions of each environment. Events for PowerBuilder DataWindow objects and DataStores are listed in Objects and Controls. (In online Help, look up DataWindow control or DataStore object, and click the Events button to view these lists.)

The tables in this section list the event names for client-side Web DataWindow objects and for the DataWindow for WebActiveX.

Events for Web ActiveX

The following table lists event names for the DataWindow for Web ActiveX. It provides correspondences to the standard DataWindow event names that you can use to look up event descriptions and arguments.

Table 8-1: Event names for the DataWindow for Web ActiveX

Web ActiveX event name

See the DataWindow event

afterPrint

Printend

afterRetrieve

RetrieveEnd

afterUpdate

UpdateEnd

beforeButtonClick

ButtonClicking

beforeDropDown

DropDown

beforeEnter

ProcessEnter

beforeItemChange

ItemChanged

beforePrintPage

PrintPage

beforePrint

PrintStart

beforeRetrieve

RetrieveStart

beforeRowFocusChange

RowFocusChanging

beforeSQLPreview

SQLPreview

beforeUpdate

UpdateStart

DblClick

DoubleClicked

MouseDown

Clicked, RButtonDown

MouseMove

MouseMove

MouseUp

MouseUp

KeyDown

KeyDown

onBackTabOut

BackTabOut

onButtonClick

ButtonClicked

onConstructor

Constructor

onDBError

DBError

onDestructor

Destructor

onEditChange

EditChanged

onGetFocus

GetFocus

onItemError

ItemError

onItemFocusChange

ItemFocusChanged

onLoseFocus

LoseFocus

onGraphCreate

GraphCreate

onMessageText

MessageText

onPrintMarginChange

PrintMarginChange

onResize

Resize

onRetrieveRow

RetrieveRow

onScrollHorizontal

ScrollHorizontal

onScrollVertical

ScrollVertical

onTabDownOut

TabDownOut

onTabOut

TabOut

onTabUpOut

TabUpOut