Previous Topic

Next Topic

GetFieldDomain - Memory Table Method

method GetFieldDomain(FieldName: String): String

GetFieldDomain method returns the domain of a field named in FieldName in a Memory Table or Table.

GetFieldDomain method syntax has these named arguments:

Parameter

Description

Field Name

Required. Name of the field in a table to return the domain for.

For example:

  tblTable1.GetFieldDomain("CustomerCode")

will return the Domain of field CustomerCode.

See Also

Memory Tables

Book Contents

Book Index