Evaluates the data source names in the pDataSourceList parameters and determines if they represent FIX32 data. If all data sources are FIX32, it reads the signature settings from the database for each data source in the list and sets corresponding variables in the object.
If an error occurs reading the settings from the database, a corresponding error code is stored in a member variable of the object for later checking.
Syntax
object.InitializeList(pDataSourceList)
Properties
The InitializeList method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
pDataSourceList |
Variant array. The fully qualified names of the data sources. |
Return Value
This method returns HRESULT. If the HRESULT is a value other than S_OK, VBA generates an error. You can handle this error using the On Error Statement You can find out more information about the error by using Err Object.