Skip to content

IsFieldCommitted - DataDictionary

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

Type: Function
Return Data Type: Boolean

Parameters

Parameter Type Description
iField Integer Column number of the column to check

Syntax

Function IsFieldCommitted Integer iField Returns Boolean

Call Example

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.

Note: Set Field_Changed_State only calls IsCommitted and IsFieldCommitted when DD_NOPUT has not been set on the field.