A list of products available on this site
Documentation for XtraMania's xtras
Prices and links to the online store
Xtras, PDFs, samples
Have a question? Ask us!
Contacts
Logo. www.xtramaina.com  
Home Search E-mail
ADOxtra Reference/rst.GetFieldValue()

rst.GetFieldValue()

Syntax

fieldValue=rst.GetFieldValue(fieldIndex)

Parameters

fieldIndex
Integer zero based index of the field object in Recordset.Fields collection
  
fieldIndex
String that identifies the field object in Recordset.Fields collection.

Returns

Any
If operation competed successfully, this function returns the value of the field indicated by fieldIndex.
  
Void
If operation failed this function sets internal error flag and returns VOID

Description

Gets the value of the recordset's field indicated by fieldIndex. It gets the Recordset.Fields.Item(FieldIndex).Value of the wrapped ADODB.Recordset object. See ADOxtra typecasting topic for more details about how ADOxtra converts ADO value to Lingo value.

Site homeSearchContact author © Eugene Shoustrov. www.xtramania.com