GetTransactionData

Populates an HsvTransactionData object with an array of transaction data. Selection criteria for the data is specified with HsvTransactionData.SetQueryItem.

Caution!

Do not confuse this method with the HsvTransactionData object’s GetTransactionData method.

Syntax

<HsvData>.GetTransactionData pIUnkTransactionData

Argument

Description

pIUnkTransactionData

HsvTransactionData object (ByVal). Pass an HsvTransactionData object for which you have already set selection criteria. For information on using GetTransactionData with the HsvTransactionData object’s methods, see HsvTransactionData Object Methods.

Example

GetTransactionData is used in the Example for HsvTransactionData.GetTransactionData.