<< Return to Main Index

< Return to Class Index

CGXODBCGrid::PreUpdateRecordset

virtual void PreUpdateRecordset(ROWCOL nRow);

nRow

Specifies the current row id. You may call GetRecordFromRow to converts 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 CRecordset and just before the CRecordset::Update method is called. You may override it if you want to do any changes in the current record of the CRecordset before it is updated to the database.

See Also

CGXBrowserGrid::OnFlushRecord

CGXODBCGrid

Class Overview | Class Members