Skip to content

Field_Count - DataDictionary

Returns the number of columns in the DDO

Type: Property
Access: Read-Only
Data Type: Integer
Parameters: None

Syntax

Property Integer Field_Count
Access Type Syntax
Read Access: Get Field_Count to IntegerVariable

Description

Field_Count returns the number of columns in the DDO. This is usually the number of columns in the table that is the Main_File of the DataDictionary Object (DDO).

Sample

Integer iNumberOfColumns
Get Field_Count of Customer_DD to iNumberOfColumns