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

  1. //
  2. // Module Name: DD_EDIT.COD
  3. // current (selector name): Menu_Act = 3
  4. // Selectors used : Edit_Frez, Edit_Lock, Edit_Width, Edit_Follw, Edit_Dele
  5. //            : Edit_Appd, Edit_Menu, Edit_Init, Edit_Edit, Edit_Compr
  6. //            : Edit_FMT, Edit_Key
  7. //            : Flter_Cond,Item_View, Field_List, For_Expr, While_Exp, Scope
  8. //            : Wndow_Name
  9. // Description: DOC. include file for the EDIT/APPEND option.
  10. // Syntax     : EDIT [<scope>] [FIELDS <list>]
  11. //                   [WHILE <condition>] [FOR <condition>]
  12. //
  13. {if not Edit_Mode then}
  14. APPEND
  15. {else}
  16. EDIT
  17. { if Scope || Field_list || For_Expr || While_Exp || Edit_Follw || Edit_Appd ||
  18.   Edit_Menu || Edit_Init || Edit_Dele || Edit_Edit ||  Edit_Clear || 
  19.   Wndow_Name then}
  20. {endofpage();}
  21. Command Options:
  22. {  if Scope} SCOPE {upper(Scope)}{endif}\
  23. {  if Field_list} FIELDS {Field_list}{endif}\
  24. {  if For_Expr} FOR {For_Expr}{endif}\
  25. {  if While_Exp} WHILE {While_Exp}{endif}\
  26. {  if Edit_Follw == 1} NOFOLLOW {endif}\
  27. {  if Edit_Appd == 1} NOAPPEND {endif}\
  28. {  if Edit_Menu == 1} NOMENU {endif}\
  29. {  if Edit_Init == 1} NOINIT {endif}\
  30. {  if Edit_Dele == 1} NODELETE {endif}\
  31. {  if Edit_Edit == 1} NOEDIT {endif}\
  32. {  if Edit_Clear == 1} NOCLEAR {endif}\
  33. {  if Wndow_Name then} WINDOW {Wndow_Name}{endif}
  34. { endif}
  35. {endif}
  36. {endofpage();}
  37. {if Edit_FMT}Format File: {lower(Edit_FMT)}.fmt
  38. {endif}
  39. {endofpage();}
  40. {if Flter_Cond}Filter: {Flter_Cond}
  41. {endif}
  42. {endofpage();}
  43. // EOP DD_EDIT.COD
  44.