PrintLabel
Find the syntax, use, parameters, return values, and an example for the PrintLabel macro command in Connexion client.
Syntax | BOOL = CS.PrintLabel (sHoldingCode, nCopies, sConstant1, sNumbers1, sConstant2, sNumbers2) |
---|---|
Use to | Print the label from the current record or from records selected in a list, based on field data in the record(s). Or If you have the Label Printing option selected under Perform local actions in batch (in Tools > Options > Batch):
|
Parameters |
|
Comments |
|
Return values | TRUE if the action is successful, or FALSE if not. |
Example | Sub Main() Dim CS As Object Set CS = GetObject(,“Connex.Client”) If CS.IsOnline = False Then CS.Search “WC”, “gon,wi,th,w” batchStarted = CS.StartLabelBatch End Sub |
What this example does |
|