brCatalog Method

       

Catalogs the specified FlashBASIC program.

NOTE

See the Remarks section for RPC and ODBC connection exceptions.

Syntax

bValue = object.brCatalog(sRuleBase, sRuleFile, sRuleName, [bGlobal] )

Parameters

Parameter

Description

bValue

The return value is a Boolean data type, that is True if successful.

object

An object variable that represents a clsD3Connection object.

sRuleBase

A String specifying the account where the program resides.

sRuleFile

A String specifying the file where the program resides.

sRuleName

A String specifying the name of the program.

bGlobal

An optional Boolean specifying whether or not the catalog is global. The default is False (global catalog is not used).

TCL Reference

catalog