IsFieldCommitted - DataDictionary

Called to determine if the column's commit field option is set

Type: Function

Return Data Type: Boolean

Parameters: Integer iField

ParameterDescription
iFieldColumn number of the column to check


Return Value


Syntax
Function IsFieldCommitted Integer iField Returns Boolean

Call: Get IsFieldCommitted iField to BooleanVariable


Description

Called to determine if the column's Commit Field_Option is set. It assumes you first check IsCommitted to see if the record is actually committed.