DragEnter
A DragEnter event occurs when a dragged object is enters a target object.
DragDrop
A DragDrop event occurs when a dragged object is dropped on a target object.
DragLeave
A DragLeave event occurs when a dragged object is leaves a target object.
DragWithin
A DragWithin event occurs when a dragged object is within a target object.
EditChanged
An EditChanged event occurs when a user types in an edit control in a DataWindow.
TIP: In the script for the EditChanged event, you can use GetText to obtain the text of the edit control, SetText to replace the text, and SetColumn to set the current column.
PrintEnd
A PrintEnd event occurs in a DataWindow when the printing of a DataWindow ends.
PrintPage
A PrintPage event occurs in a DataWindow before each page is formatted for printing. To skip a page, use the SetActionCode function.
Action codes:
PrintStart
A PrintStart event occurs in a DataWindow when the contents of a DataWindow begin printing.
Resize
A Resize event occurs when the user or a script opens a window or resizes a DataWindow or a window.
SQLPreview
An SQLPreview event occurs after a Retrieve, Update, or ReselectRow function call, and immediately before the function is executed.
The SQLPreview event has action codes that specify what action will take place when the event occurs. You can use the SetActionCode function to set the action code. The action codes are:
Note: When the Retrieve function triggers the SQLPreview event, the DataWindow has already been reset. When the Update function triggers the SQLPreview event, the DataWindow has not been reset.
SystemKey
A SystemKey event occurs in a window when the insertion point is not in a line edit and the user presses Alt key or Alt+ another key.
|