home *** CD-ROM | disk | FTP | other *** search
- File CODTREE.ZIP
- Menu Tree Structures for MENU.GEN and DOCUMENT.GEN
- by Tony Lima
- 4/22/91
-
- The MENU.GEN Program Tree
-
- Module Name Description
-
- AS_MENU.COD Main Program
- -- APPLCTN.DEF AppsGen selectors
- -- BUILTIN.DEF Builtin functions
- -- AS_HEADR.COD Produces file header
- -- AS_PROC.COD Standard procedures
- ---- AS_CLNUP.COD Cleans up after report printing
- ---- AS_PAUSE.COD Displays error message in window
- ---- AS_MUSER.COD Multi-user error handler
- ---- AS_TRCE.COD Program traceback for errors
- ---- AS_PRIN.COD Toggles printer output to screen,
- printer or file
- ---- AS_CLNUP.COD Print cleanup (second inclusion)
- -- AS_SETUP.COD Sets help file, colors, menu level
- database, flag variables to handle
- calls to other menus
- -- AS_ACTN.COD Procedures for menu actions
- ---- AS_TPOST.COD Record positioning menu
- ---- AD_BROW.COD Generates BROWSE command
- ---- AD_EDIT.COD Generates EDIT/APPEND command
- ---- AD_REPT.COD Generates REPORT FORM command
- ---- AD_LABL.COD Generates LABEL FORM command
- ---- AD_LIST.COD Generates LIST command
- ---- AD_APND.COD Generates APPEND FROM command
- ---- AD_COPY.COD Generates COPY TO command
- ---- AD_REPL.COD Generates REPLACE command
- ---- AD_DELE.COD Generates DELETE command
- ---- AD_RECL.COD Generates RECALL command
- ---- AD_PACK.COD Generates PACK command
- ---- AD_NDX.COD Creates new index file or tag
- ---- AD_RNDX.COD Generates REINDEX command
- ---- AD_SORT.COD Generates SORT command
- ---- AD_IMP.COD Generates IMPORT command
- ---- AD_EXP.COD Generates EXPORT command
- ---- AD_FCOPY.COD Generates COPY FILE command
- ---- AD_PROG.COD Generates DO <program> command
- ---- AD_INLN.COD Embed dBASE code
- ---- AD_XDOS.COD Generates RUN command
- ---- AD_CALL.COD Generates LOAD/CALL command
- -- AS_HELP.COD Help procedures (with $$$HELP.TMP)
- -- AS_UDF.COD AppsGen user defined functions
-
- The DOCUMENT.GEN Program Tree
-
- Module Name Description
-
- DS_DOC.COD Main program
- -- APPLCTN.DEF AppsGen selectors
- -- BUILTIN.DEF Builtin selectors and functions
- -- DD_BROW.COD Browse
- -- DD_EDIT.COD Edit/append
- -- DD_REPT.COD Report form
- -- DD_LABL.COD Label form
- -- DD_LIST.COD List
- -- DD_APND.COD Append from
- -- DD_COPY.COD Copy
- -- DD_REPL.COD Replace
- -- DD_DELE.COD Delete
- -- DD_RECL.COD Recall
- -- DD_PACK.COD Pack
- -- DD_SORT.COD Sort
- -- DD_IMPT.COD Import
- -- DD_EXPT.COD Export
- -- DD_FCOPY.COD Copy file
- -- DS_TPOST.COD Record positioning
- -- DS_ORDER.COD Set order to
- -- DS_UDF.COD Template UDFs
-
-