version 2004
DBGateway_GetTextField (selectID; fieldIndex; fieldValue)
| Parameter | Type | Description | |
| selectID | Longint | Select ID returned by DBGateway_Select | |
| fieldIndex | Integer | Index number of the field | |
| fieldValue | Text | Text value of the field |
Description
The DBGateway_GetTextField command retrieves the Text value of the field passed in the fieldIndex parameter.
selectID is a Longint returned from DBGateway_Select.
fieldIndex is an Integer that specifies the index position of the field in the select statement.
fieldValue is a Text variable where the value of the field is returned.