HasField Method

The HasField method returns whether the specified field exists.

Syntax

object.HasField

(

i_FieldName As String

) As Boolean

Parameters

Parameter Description

i_FieldName

Name of the field to find.

Return Value

The return value is TRUE if the field is found; FALSE otherwise.

See Also

Reference

IGrooveFormsToolRecord Interface
OpenField Method
SetField Method

Concepts

Accessing Forms Records