Xbasic
Label Functions
Description
Functions for working with Labels in Alpha Anywhere
- Name
- Description
- a5_qr_summary_default_label Function
Generate a default report definition from quickreport definition
- a5w_label_saveas Function
The a5w_label_saveas() method prints LayoutName to file in PDF, HTML, RTF, or TXT formats. If no format is specified, the PDF format is used. If a label needs to get access to global variables defined in a .a5w page, you must call this function, and not Label.SaveAs()
- PREVIEW_LABEL Function
PREVIEW_LABEL() creates the selected labels and then displays a preview of the labels.
- PRINT_LABEL Function
PRINT_LABEL() creates the selected labels and then displays the Print dialog box.
See Also