Fires to indicate that the current row has changed in the data source and new data values are available on the object.
Syntax
Inline HTML <ELEMENT onrowenter = "handler" ... > All platforms Event property object.onrowenter = handler JScript (compatible with ECMA 262 language specification) only Named script <SCRIPT FOR = object EVENT = onrowenter> Internet Explorer only
Remarks
Bubbles No Cancels Yes To invoke Change data values in the current row. Default action Signals that new data is available in the current row. The onrowenter event only fires on databound objects. This event applies only to objects that identify themselves as data providers.
Event Object Properties
Although event handlers in the DHTML Object Model do not receive parameters directly, the handler can query the event object for data.
bookmarks Returns a collection of ADO bookmarks tied to the rows affected by the current event. boundElements Returns a collection of all elements on the page bound to a dataset. dataFld Sets or retrieves which field of a given data source (as specified by the dataSrc property) to bind to the given object. qualifier Retrieves the name of the recordset provided by a data source object. recordset Retrieves a reference to the default recordset from a data source object. returnValue Sets or retrieves the return value from the event. srcElement Retrieves the object that fired the event. type Retrieves the event name from the event object.
Applies To
APPLET, OBJECT, XML
See Also