Holdings
Find the syntax, use, parameters, return values, and an example for the Holdings macro command in Connexion client.
Syntax | CS.Holdings |
---|---|
Use to | Return a list of all holdings for the current record. Same as using the menu command View > Holdings > All. |
Parameters | None |
Return values | A list of all holding symbols for the current record, separated by commas. |
Example | Sub Main()
Dim CS As Object CS.Search “WC”, “#1” |
What this example does |
|