Previous Topic

Next Topic

Book Contents

Book Index

CreatePrintLog - MaxBasic Function

CreatePrintLog(Account File: String, Account Code: String [, Document Code: String]): Object

Creates a print log for the specified Account File and AccountCode. The records shown may optionally be limited by DocumentCode if more than one document type may be logged for the AccountFile.

Available for Script Editor.

CreatePrintLog function syntax has these named arguments:

Parameter

Description

Account File

Required. The file type to create the print log for.

Account Code

Required. The record name to create the memo list from. A unique code or ID.

Document Code

Optional. Limit logging displayed by document code.

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