home *** CD-ROM | disk | FTP | other *** search
- //
- // Module Name: DD_LIST.COD - current (selector name): Menu_Act = 6
- // Selectors used : Disp_Pause, Field_list, Flter_Cond, Scope, For_Expr, While_Exp
- // Description: DOC. include file for LIST option.
- // Syntax : LIST [OFF] [<scope>] [<expression list>]
- // [WHILE <condition>] [FOR <condition>]
- // *:= [TO PRINT]
- //
- // LIST FILES [LIKE <skeleton>] *
- //
- // LIST HISTORY [LAST <expN>] *
- //
- // LIST MEMORY *
- //
- // LIST STATUS *
- //
- // LIST STRUCTURE [OFF] [IN <alias name] *
- //
- {if not Disp_Pause}
- Display Records
- {else}
- List Records
- {endif}
- {if Scope || For_Expr || While_Exp then }
- {endofpage();}
- Command Options:
- { if Scope} SCOPE {upper(Scope)}{endif}\
- { if For_Expr} FOR {For_Expr}{endif}\
- { if While_Exp} WHILE {While_Exp}{endif}
- {endif}
- {if Disp_Pause}Record numbers not displayed
- {endif}
- {if Field_list}Fields for List: {Field_list}
- {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_LIST.COD
-