home *** CD-ROM | disk | FTP | other *** search
- //
- // Module Name: DD_LABL.COD - current (selector name): Menu_Act = 5
- // Selectors used : LBL_File, Scope, For_Expr, While_Exp, LBL_Sample, LBL_Dest
- // : Flter_Cond
- // Description: DOC. include file for LABEL option.
- // Syntax : LABEL FORM <label file>/? [<scope>] [SAMPLE]
- // [FOR <condition>] [WHILE <condition>]
- // [TO PRINT] [TO FILE <file>]
- //
- Run Label Form {LBL_File}.lbl
- {if Scope || For_Expr || While_Exp || !LBL_Sample then}
- {endofpage();}
- Command Options:
- { if Scope} SCOPE {upper(Scope)}{endif}\
- { if For_Expr} FOR {For_Expr}{endif}\
- { if While_Exp} WHILE {While_Exp}{endif}\
- { if !LBL_Sample} SAMPLE {endif}
- {endif}
- {endofpage();}
- Print Mode: \
- {if not FRM_Dest}Send to Default Printer{endif}\
- {if FRM_Dest == 1}Send to File {FRM_File}.txt{endif}\
- {if FRM_Dest == 2}Screen{endif}\
- {if FRM_Dest == 3}Ask User at Runtime{endif}
- {if Flter_Cond}Filter: {Flter_Cond}
- {endif}
- {endofpage();}
- // EOP DD_LABL.COD
-