Previous Topic

Next Topic

CreateLinkList - MaxBasic Function

CreateLinkList(Account File: String, Account Code: String): Object

Creates a link list form for the given Account File using the given Account Code.

CreateLinkList function syntax has these named arguments:

Parameter

Description

Account File

Required. The file type to create the link list from.

Account Code

Required. The value used to create the link list. A unique code or ID.

For example:

CreateLinkList("APCRED", "AA")

Note: Form and Data objects have AccountFile and AccountCode properties which can be passed to the function.

See Also

Objects Functions

Book Contents

Book Index