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
With an RPC connectioin, use the full path.
With an ODBC connection, use the Matster Dictionary to resolve the path.
An exception is generated if no list is returned from the statement.