home *** CD-ROM | disk | FTP | other *** search
- //
- // Module Name: DD_EXPT.COD - currently (selector name): Menu_Act = 17
- // Selectors used : Exprt_file, Exprt_Type, Scope, For_Expr, While_Exp
- // Description: DOC. include file for the EXPORT option.
- // Syntax : EXPORT TO <name> TYPE
- //
- Export Records to File: {lower(Exprt_file)}
- {if Scope || Field_list || For_Expr || While_Exp then}
- {endofpage();}
- Command Options:
- { if Field_List} FIELDS {Field_List}{endif}\
- { if Scope} SCOPE {upper(Scope)} {endif}
- { if For_Expr} FOR {For_Expr}{endif}\
- { if While_Exp} WHILE {While_Exp}{endif}
- {endif}
- Type \
- { case Exprt_type of}
- { 0:}PFS
- { 1:}dBASEII
- { 2:}FW2
- { 3:}RPD
- { endcase}
- {endofpage();}
- // EOP DD_EXPT.COD
-