version 2004
DBGateway_GetPictureField (selectID; fieldIndex; fieldValue)
| Parameter | Type | Description | |
| selectID | Longint | Select ID returned by DBGateway_Select | |
| fieldIndex | Integer | Index number of the field | |
| fieldValue | Picture | Picture value of the field |
Description
The DBGateway_GetPictureField command retrieves the Picture 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 Picture variable where the value of the field is returned.