GetMoneyField

GetMoneyField retrieves the money type field value.

Syntax

Function GetMoneyField(rmsHandle as Integer, fldidx As Integer, elemidx As Integer, rcode As Integer) As Double

Parameter

rmsHandle

RMS file handle

fldidx

0 based field sequence number

elemidx

0 base field element number

rcode

The execution status

Return Values

On success, GetMoneyField returns the money type field value and sets rcode to 0.  If failed, it sets rcode to -1.

See Also

GetStringFieldGetStringField, GetCharFieldGetCharField, GetIntegerFieldGetIntegerField, GetLongFieldGetLongField, GetRealFieldGetRealField, GetDateFieldGetDateField, GetTimeFieldGetTimeField, GetBooleanFieldGetBooleanField.