Previous Topic

Next Topic

CreateLinkData - MaxBasic Function

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

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

CreateLinkData 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:

  LinkData = CreateLinkData("APCRED", "AA")

  Documentobject(LinkData)

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