home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / BUSINESS / LOTUS / TUTDOC2.ARC / 4301.PRN < prev    next >
Encoding:
Text File  |  1985-02-26  |  1.6 KB  |  38 lines

  1.  
  2. Problem  An menu driven appointment  manager application.  Uses
  3.          Symphony's forms oriented database and window mgmt features
  4.          to record and summarize various appointments.  Macros
  5.          generate a calender for any month, and let you point to
  6.          the days in the month to see how many appointments you
  7.          have entered in the database for that day.  You can view
  8.          individual appointments for that day by pressing just key.
  9.  
  10. Block Diagram
  11.                ___________________
  12.               |                   |
  13.               | Calender generator|
  14.               |    Workarea       |
  15.               |___________________|
  16.               |                   |
  17.               |    Macros         |
  18.               |___________________|
  19.               |                   |
  20.               |    Database Defs. |
  21.               |___________________|
  22.               |                   |
  23.               |    Database       |
  24.               |___________________|
  25.               |                   |
  26.               |    Data Extract   |
  27.               |    Output Range   |
  28.               |___________________|
  29.  
  30. Tips
  31.          MAKE_CAL routine at B144 uses a combination of two @VLOOKUPs,
  32.          a Range Fill command, and the Range Transpose command to
  33.          generate a calender for a specific month.
  34.          DAY_POINT routine uses {GET} macro command to trap keystrokes,
  35.          test for specific keystrokes, and react accordingly. B84
  36.  
  37.          Application makes extensive use of macros, windows, and FORM.
  38.