Home | Overview | How Do I | FAQ | Sample | Tutorial | ODBC Driver List
Classes CRecordView and CDaoRecordView provide default command handling for the following standard commands:
The OnMove member function of classes CRecordView and CDaoRecordView provides default command handling for all four commands, which move from record to record. As these commands are issued, RFX (or DFX) loads the new record into the recordset’s fields and DDX moves the values into the record form’s controls. For information about RFX, see the article Record Field Exchange (RFX). For information about DFX, see the article DAO Record Field Exchange (DFX).
Important Be sure to use these standard command IDs for any user-interface objects associated with the standard record navigation commands.