GetLabelCallNumber
Find the syntax, use, parameters, return values, and an example for the GetLabelCallNumber macro command in Connexion client.
Syntax | BOOL = CS.GetLabelCallNumber (sHoldingCode, sCallNumber) |
---|---|
Use to | Returns the call number based on the holding library code as it would appear in a label for the current record, so that you can modify it. Same as using View > Label to open a label for the current record for editing. |
Parameters |
|
Return values | TRUE if the action is successful, or FALSE if not. |
Example | Sub Main()
Dim CS As Object CS.Search “WC”, “#1” |
What this example does |
|