home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a031 / template.exe / DD_LIST.COD < prev    next >
Encoding:
Text File  |  1992-03-10  |  1.3 KB  |  45 lines

  1. //
  2. // Module Name: DD_LIST.COD - current (selector name): Menu_Act = 6
  3. // Selectors used : Disp_Pause, Field_list, Flter_Cond, Scope, For_Expr, While_Exp
  4. // Description: DOC. include file for LIST option.
  5. // Syntax     : LIST [OFF] [<scope>] [<expression list>]
  6. //                   [WHILE <condition>] [FOR <condition>]
  7. //           *:=     [TO PRINT]
  8. //
  9. //              LIST FILES [LIKE <skeleton>] *
  10. //
  11. //              LIST HISTORY [LAST <expN>] *
  12. //
  13. //              LIST MEMORY *
  14. //
  15. //              LIST STATUS *
  16. //
  17. //              LIST STRUCTURE [OFF] [IN <alias name] *
  18. //
  19. {if not Disp_Pause}
  20. Display Records
  21. {else}
  22. List Records
  23. {endif}
  24. {if Scope || For_Expr || While_Exp then }
  25. {endofpage();}
  26. Command Options:
  27. { if Scope} SCOPE {upper(Scope)}{endif}\
  28. { if For_Expr} FOR {For_Expr}{endif}\
  29. { if While_Exp} WHILE {While_Exp}{endif}
  30. {endif}
  31. {if Disp_Pause}Record numbers not displayed
  32. {endif}
  33. {if Field_list}Fields for List: {Field_list}
  34. {endif}
  35. {endofpage();}
  36. Print Mode: \
  37. {if not FRM_Dest}Send to Default Printer{endif}\
  38. {if FRM_Dest == 1}Send to File {FRM_File}.txt{endif}\
  39. {if FRM_Dest == 2}Screen{endif}\
  40. {if FRM_Dest == 3}Ask User at Runtime{endif}
  41. {if Flter_Cond}Filter: {Flter_Cond}
  42. {endif}
  43. {endofpage();}
  44. // EOP DD_LIST.COD
  45.