Previous Topic

Next Topic

OpenCustomTable - MaxBasic Function

OpenCustomTable(FileName: String[, Read-only: Boolean])

Open Custom Table function opens a custom Accredo table. FileName must be a table name for a table added using the Table Designer module. This function provides access to custom tables.

Only available when Table Designer and DI are installed.

Press F1 with the cursor in the FileName to see the Automated Documentation for the file.

OpenCustomTable function syntax has these named arguments:

Parameter

Description

File Name

Required. The custom table name.

Read Only

Optional. Determines if the table is opened as Read Only. Defaults to False if the User has Write permission (or higher) for Custom Tables, otherwise True.

See Also

Tables Functions

Book Contents

Book Index