Navigation:  DAO Object Classes > DaoRecordset Class >

DaoRecordset:FieldPut() method

Previous pageReturn to chapter overviewNext page

Purpose

The fieldput method allows you to directly write field values, without having to use the fields collection

 

Parameters

uIndexSymbol, Name of number of field which value to read/write

 Note: The collections in Vo2Jet are by default 1-based !

uValueNew Value of field uIndex

 

Returns

 

Class

DaoRecordset

 

 

See Also

DaoField:Value
DaoCollectionBase()Gets/sets the numeric value of the first item of a collection

DaoRecordSet:Collect

DaoRecordSet:FieldGet()