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

  1. //
  2. // Module Name: DD_EXPT.COD - currently (selector name):  Menu_Act = 17
  3. // Selectors used : Exprt_file, Exprt_Type, Scope, For_Expr, While_Exp
  4. // Description: DOC. include file for the EXPORT option.
  5. // Syntax     : EXPORT TO <name> TYPE 
  6. //
  7. Export Records to File: {lower(Exprt_file)}
  8. {if Scope || Field_list || For_Expr || While_Exp then}
  9. {endofpage();}
  10. Command Options:
  11. { if Field_List} FIELDS {Field_List}{endif}\
  12. { if Scope} SCOPE {upper(Scope)} {endif}
  13. { if For_Expr} FOR {For_Expr}{endif}\
  14. { if While_Exp} WHILE {While_Exp}{endif}
  15. {endif}
  16.  Type \
  17. { case Exprt_type of}
  18. { 0:}PFS
  19. { 1:}dBASEII
  20. { 2:}FW2
  21. { 3:}RPD
  22. { endcase}
  23. {endofpage();}
  24. // EOP DD_EXPT.COD
  25.