[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function            CLABEL()
Action              Menu driven module for label management
Returns
Category            Metafunction
Syntax              CLABEL()
Description         This function requires no parameters and is
                    entirely menu driven. Clipper compatible LBL
                    files are created and maintained. Labels may
                    be printed by Query matches, by Tagging, or
                    all records. All Clipper formats are supported.
Examples            use CUSTOMER
                    CLABEL()
Notes               Requires datafile to be open.
                    Creates and modifies Clipper compatible LBL files.
                    NEW (version 1.50) - does not call LABEL FORM - this
                    pulls in 18K extra - instead, uses its own label
                    printing routine. Label printing routine compresses
                    blank lines (i.e. a 2nd address), as well as
                    removing all but single space in a line (i.e. for
                    FIRSTNAME+LASTNAME)

Warnings            Key -9 is unset on exit (F10)
                    Key -1 is unset on exit (F2)
                    Key -2 is unset on exit (F3)
Found in (prg)......S_CLAB.PRG

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson