Previous Topic

Next Topic

AddField - Memory Table Builder Method

method AddField(Name: String, Domain: String[, Type: String, Size: Number, Required: Boolean, CurrCodeFieldName: String]): Object    

AddField method adds a new field to the table definition. Available for Memory Table Builder objects, Form Designer Memory Tables and Form Designer Graphs.

AddField method syntax has these named arguments:

Parameter

Description

Name

Required. Name of the field. Must be a valid MaxBasic variable.

Domain

Required. Pre-defined domain name for field.

Type

Optional Pre-defined type for field.

Size

Optional. Maximum size for string fields.

Required

Optional. Determines whether the field is required or optional in the table.

Curr Code Field Name

Optional. Name of CurrencyCode field.

See Also

Form Designer Graph Methods

Book Contents

Book Index