brOpenSelectList Method

       

Creates a new instance of the clsD3SelectList class and executes a TCL command that creates a select list.

NOTE

See the Remarks section for RPC and ODBC connection exceptions.

Syntax

Set oSelectList = object.brOpenSelectList(sCmd)

Parameters

Parameter

Description

oSelectList

An object variable that represents a clsD3SelectList object to be created.

object

An object variable that represents a clsD3Environment object.

sCmd

A String containing the TCL command that creates a select list.

Remarks