/* * $Id$ */ /* * The following parts are Copyright of the individual authors. * www - http://harbour-project.org * * Copyright 1999 Luiz Rafael Culik * Documentation * * See COPYING for licensing terms. * */ /* $DOC$ * $TEMPLATE$ * Command * $NAME$ * LABEL FORM * $CATEGORY$ * Command * $SUBCATEGORY$ * Legacy * $ONELINER$ * Displays labels to the screen or an alternate device * $SYNTAX$ * LABEL FORM [TO PRINTER] [TO FILE ] [] * [WHILE ] [FOR ] [SAMPLE] [NOCONSOLE] * $ARGUMENTS$ * Name of label file * Name of an alternate file * Expression of a scoping condition * WHILE condition * FOR condition * $DESCRIPTION$ * This command allows labels to be printed based on the format * outlined in LBL file specified as . By default, output * will go to the screen however this output may be rerouted with * either the TO PRINTER or the TO FILE clause. * * If the TO FILE clause is specified, the name of the ASCII text file * containing the generated labels will be . * * If no file extension is specified a .txt extension is added. * is the scope condition for this command. Valid scopes * include NEXT (number of records to be displayed, where * is the number of records), RECORD (a specific record to be * printed), REST (all records starting from the current record * position,and ALL (all records). The default is ALL. * * Both logical expression may work ill conjunction with one another * where is the logical expression for the FOR condition (for * records to be displayed whitin a given value range) and for * the WHILE condition (for records to be displayed until they fail to * meet the condition). * * If the SAMPLE clause is specified, test labels will be generated. * * If the NOCONSOLE clause is specified,the console will be turned off * while this command is being executed. * * This command follows the search criteria outlined in the SET PATH TO * command. The path may be specified, along, with (the drive letter, * in * $EXAMPLES$ * PROCEDURE Main() * USE test NEW * LABEL FORM EE * USE * RETURN * $STATUS$ * R * $COMPLIANCE$ * C * $PLATFORMS$ * All * $FILES$ * Library is rtl * $SEEALSO$ * REPORT FORM * $END$ */