Cursor.addrecord

Ruslan Zasukhin sunshine at public.kherson.ua
Thu Jan 6 17:54:55 CST 2005


On 1/6/05 5:50 PM, "Olivier" <vidal_olivier at yahoo.fr> wrote:

> Has what corresponds the integer returned by addrecord ?

Table.AddRecord() returns RecId of new record.

Cursor.AddRecord() Hmm, not sure that it returns useful info.
    probably position of new record in the cursor,
    which is LAST always.
 
In most cases you can ignore it.

To ignore use syntax

    call curs.AddRecord()

    


-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------




More information about the Valentina-beta mailing list