VCursor.AddRecord

Ed Kleban Ed at Kleban.com
Mon Nov 28 12:13:14 CST 2005


Since:

    VCursor.DropRecord
removes a record from the cursor, but not from the tables the info was
extracted from, whereas:

    VCursor.DeleteRecord
removes a record both from the cursor and the original table, and

    VCursor.UpdateRecord
writes values through the cursor back into the original table,

...then I'm presuming that...

    Vcursor.AddRecord()
will add a new record to BOTH the cursor as well as to the original table,
correct?

And what is done for fields in the original table that are not included in
the cursor?  Presumably they are set to their blank value equivalents?

Thanks!
--Ed




More information about the Valentina mailing list