ItemValueStrGet

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber ItemValueStrGet( SalNumber nItemIndex,
		        SalNumber nRecordIndex,
		        ref SalString sValue )

The ItemValueStrGet gets the value of a specific item (column) and record (row) in the DataTransfer object.

Parameters

Name Description
SalNumber nItemIndex Number of requested item (column) to retrieve value from. Use the ItemIndexGet method to get the number of an item.
SalNumber nRecordIndex Number of requested record (row) to retrieve value from.
ref SalString sValue Value of the specified row of the specified item.

Returns

The return value is TRUE if the item value was found, DTTRF_ItemIndexBad if there is no item with the specified item index, or DTTRF_RowIndexBad if there is no record with the specified row index.