Site hosted by Angelfire.com: Build your free website today!
PowerBuilder - Unmapped Datawindow Events
 

pbm_dwclosedropdown :

This event occurs whenever a dropdown column is closed;

pbm_dwescape :

User pressed the escape key (within the datawindow control);

pbm_dwnbacktabout :

Datawindow has lost the focus with a Shift+Tab key combination, this is, it happens when the focus is in the first tab sequence column and the user presses Shift+Tab;

pbm_dwndropdown :

This happens whenever a dropdown column is opened;

pbm_dwngraphcreate :

This event occurs when a graph datawindow is being created;

pbm_dwnmousemove :

This event is a special mousemove event for the datawindow object, it has the following parameters :

- XPos : Mouse horizontal position, relative to the object, measured in PBU's;

- YPos : Mouse vertical position, relative to the object, measured in PBU's;

- Row : Row beneath the mouse pointer;

- dwo : Datwindow object beneath the mouse pointer;

pbm_dwnprocessenter :

User has pressed the enter key (within the datawindow control);

pbm_dwnrbuttondblclk :

Occurs when a datawindow is doubleclicked with the right mouse button;

pbm_dwnrbuttonup :

Occurs when the right mouse button is released over the datawindow control;

pbm_dwntabupout :

Occurs whenever the upper arrow is pressed (on a single line editable column);

pbm_dwntabupdown :

Occurs whenever the down arrow is pressed (on a single line editable column);

pbm_dwntabout :

Datawindow has lost the focus with the Tab key, this is, occurs whenever the focus is in the last column of the tab sequence and the Tab key is pressed;

pbm_dwscrolllinehome :

This event happens when the datawindow control gains the focus with the Tab key;