Xbasic
PRINT_LABEL Function
Syntax
C print_label(C label_name [,C filter [,C order [,* options ]]])
Arguments
- label_name
The name of a saved label. Character
- filter
Optional. Default = ".T." (All records). A character filter expression that evaluates to a logical value and selects records from the table. Character
- order
Optional. Default = record order. A character order expression that sorts selected records. Character
- options
*
Description
PRINT_LABEL() creates the selected labels and then displays the Print dialog box.
Example
PRINT_LABEL("CustomerLabels", "Company > " + quote("M"), "Bill_Postal_Code")
Limitations
Desktop applications only.
See Also