Previous Topic: GetHistory Method

Next Topic: GetFormType Method


GetColumnHasValue Method

Returns a boolean indicating if the given column has a value.

Syntax

object.GetColumnHasValue(szColName)

Owning Class

CaWForm

Arguments

szColName - Name of column.

Return Value

Returns true if column has value, false otherwise

Example

bool bRet = Form.GetColumnHasValue(“Name”)

More information: