home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dbase / codtree.arj / TREE.ASC
Encoding:
Text File  |  1991-04-22  |  3.8 KB  |  77 lines

  1. File CODTREE.ZIP
  2. Menu Tree Structures for MENU.GEN and DOCUMENT.GEN
  3. by Tony Lima
  4. 4/22/91
  5.  
  6. The MENU.GEN Program Tree
  7.  
  8. Module Name                         Description
  9.  
  10. AS_MENU.COD                         Main Program
  11. -- APPLCTN.DEF                       AppsGen selectors
  12. -- BUILTIN.DEF                       Builtin functions
  13. -- AS_HEADR.COD                      Produces file header
  14. -- AS_PROC.COD                       Standard procedures
  15. ---- AS_CLNUP.COD                    Cleans up after report printing
  16. ---- AS_PAUSE.COD                    Displays error message in window
  17. ---- AS_MUSER.COD                    Multi-user error handler
  18. ---- AS_TRCE.COD                     Program traceback for errors
  19. ---- AS_PRIN.COD                     Toggles printer output to screen,
  20.                                       printer or file
  21. ---- AS_CLNUP.COD                    Print cleanup (second inclusion)
  22. -- AS_SETUP.COD                      Sets help file, colors, menu level 
  23.                                       database, flag variables to handle
  24.                                       calls to other menus
  25. -- AS_ACTN.COD                       Procedures for menu actions
  26. ---- AS_TPOST.COD                    Record positioning menu
  27. ---- AD_BROW.COD                     Generates BROWSE command
  28. ---- AD_EDIT.COD                     Generates EDIT/APPEND command
  29. ---- AD_REPT.COD                     Generates REPORT FORM command
  30. ---- AD_LABL.COD                     Generates LABEL FORM command
  31. ---- AD_LIST.COD                     Generates LIST command
  32. ---- AD_APND.COD                     Generates APPEND FROM command
  33. ---- AD_COPY.COD                     Generates COPY TO command
  34. ---- AD_REPL.COD                     Generates REPLACE command
  35. ---- AD_DELE.COD                     Generates DELETE command
  36. ---- AD_RECL.COD                     Generates RECALL command
  37. ---- AD_PACK.COD                     Generates PACK command
  38. ---- AD_NDX.COD                      Creates new index file or tag
  39. ---- AD_RNDX.COD                     Generates REINDEX command
  40. ---- AD_SORT.COD                     Generates SORT command
  41. ---- AD_IMP.COD                      Generates IMPORT command
  42. ---- AD_EXP.COD                      Generates EXPORT command
  43. ---- AD_FCOPY.COD                    Generates COPY FILE command
  44. ---- AD_PROG.COD                     Generates DO <program> command
  45. ---- AD_INLN.COD                     Embed dBASE code
  46. ---- AD_XDOS.COD                     Generates RUN command
  47. ---- AD_CALL.COD                     Generates LOAD/CALL command
  48. -- AS_HELP.COD                       Help procedures (with $$$HELP.TMP)
  49. -- AS_UDF.COD                        AppsGen user defined functions
  50.  
  51. The DOCUMENT.GEN Program Tree
  52.  
  53. Module Name                         Description
  54.  
  55. DS_DOC.COD                           Main program
  56. -- APPLCTN.DEF                       AppsGen selectors
  57. -- BUILTIN.DEF                       Builtin selectors and functions
  58. -- DD_BROW.COD                       Browse
  59. -- DD_EDIT.COD                       Edit/append
  60. -- DD_REPT.COD                       Report form
  61. -- DD_LABL.COD                       Label form
  62. -- DD_LIST.COD                       List
  63. -- DD_APND.COD                       Append from
  64. -- DD_COPY.COD                       Copy
  65. -- DD_REPL.COD                       Replace
  66. -- DD_DELE.COD                       Delete
  67. -- DD_RECL.COD                       Recall
  68. -- DD_PACK.COD                       Pack
  69. -- DD_SORT.COD                       Sort
  70. -- DD_IMPT.COD                       Import
  71. -- DD_EXPT.COD                       Export
  72. -- DD_FCOPY.COD                      Copy file
  73. -- DS_TPOST.COD                      Record positioning
  74. -- DS_ORDER.COD                      Set order to
  75. -- DS_UDF.COD                        Template UDFs
  76.  
  77.