Navigation:  DataServer Classes > DaoServer Class >

DaoServer:FieldGet() Method

Previous pageReturn to chapter overviewNext page

Purpose

Get the contents of a field that is identified by its position.

 

Parameters

uFieldPos The name, number, or symbol representing the desired field.

 

Returns

The value of the specified field.  If <uFieldPos> does not correspond to the position of any field in the current data server, DaoServer:FieldGet() returns NIL.

If the underlying field value is NIL, FieldGet() returns a NIL value, unless you have set NullAsBlank, in which case it returns a blank value of the proper field type.

 

Class

DaoServer        

 

See Also

DaoRecordSet:Collect

DaoField:Value

DaoServer:NullAsBlank