Previous Topic

Next Topic

GetFieldNames - MaxBasic Function

GetFieldNames(FileName: String[, CustomFields: Boolean]): StringList

Get Field Names function returns a StringList Object containing field names for the table FileName, sorted alphabetically.

GetFieldNames function syntax has these named arguments:

Parameter

Description

FileName

Required. The Accredo table or Custom table name.

CustomFields

Optional. If True, only Custom field names are returned. If False all field names are returned. Defaults to False.

Note: The type for a Field Name can be obtained using the PropertyType method on the Table object.

See Also

Tables Functions

Book Contents

Book Index