<< Return to Main Index

< Return to Class Index

CGXAdoGrid::PreUpdateRecordset

virtual void PreUpdateRecordset(ROWCOL nRow);

nRow

Specifies the current row id. You may call GetRecordFromRow to convert the row id to a zero-based record index.

Remarks

This overridable is called from OnFlushRecord after all changed values have been flushed to the ADORecordset and just before the ADORecordset::Update method is called. You may override it if you want to do any changes in the current record of the ADORecordset before it is updated to the database.

See Also

CGXBrowserGrid::OnFlushRecord

CGXAdoGrid

Class Overview | Class Members