GetNextModified

Description

Reports the next row that has been modified in the specified buffer.

Applies to

Web DataWindow client control

Syntax

number objdwcontrol.GetNextModified (number row, number dwbuffer )

Argument

Description

objdwcontrol

A reference to a Web DataWindow client control in which you want to locate the modified row.

row

A value identifying the row location after which you want to locate the modified row. To search from the beginning, specify 0.

dwbuffer

Ignored for the Web DataWindow client control.

Returns

Returns the number of the first row that was modified after row in objdwcontrol. Returns 0 if there are no modified rows after the specified row.

Usage

For more information on the status of rows and columns, see GetItemStatus.

GetNextModified finds changed rows only on the current page. The result set for the DataWindow can include rows that are on the server but not displayed in the browser. GetNextModified cannot find changed rows that are on the server but not on the client’s current page.