Creates a new record and initializes it to zero. The new record becomes the current record and remains current after you
call the commit
method. The new record is appended to the AGDBSet
object.
AGDBSet
void addNew( );
AddNew
method
dbset.addNew( )
void AVaddNew(AGDBSet* dbset);
dbset The AGDBSet
object.
None
If you call addNew( )
while editing the current record or while adding a new record, AGDBSet
interface calls the undo( )
method to undo any changes and then creates the new record. Note that addNew( )
cannot be undone; the new record is immediately inserted into the AGDBSet
object.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |