ModifiedCount

Description

Reports the number of rows that have been modified but not updated in a DataWindow or DataStore.

Applies to

Web DataWindow client control

Syntax

number objdwcontrol.ModifiedCount ( ) 

Argument

Description

objdwcontrol

A reference to a Web DataWindow client control

Returns

Returns the number of rows that have been modified in the primary buffer. Returns 0 if no rows have been modified or if all modified rows have been updated in the database table. Returns -1 if an error occurs.

Usage

ModifiedCount reports the number of rows that are scheduled to be added or updated in the database table associated with a DataWindow.