home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / clockcal.zip / CALENDAR.TXT < prev    next >
Text File  |  1991-01-11  |  2KB  |  53 lines

  1. CALENDAR.txt
  2.  
  3.    There are two Calendar programs in this self extracting file:
  4.  
  5.        CALENDAR.prg     and    CALENDR2.prg
  6.  
  7.    Both programs print a calendar based on a date.
  8.  
  9.  CALENDAR.PRG
  10.  
  11.    The program is a perpetual calendar program that will start with
  12.    a date (xDATE) and will print a calendar in a window named CALWIN.
  13.    The window coordinates can be passed by creating two variables
  14.    X and Y and giving the the top left coordinates of the window.
  15.    It will also display a shadow unless you are already in a window
  16.    before starting this program [the lack of a shadow is due to the
  17.    possibility that the coordinates of the shadow may be beyond the
  18.    parameters of the existing window].  After it is displayed it will
  19.    wait for the user to press one of several keys to either leave the
  20.    program or change the MONTH/YEAR of the displayed calendar.
  21.  
  22.    Directions for use:
  23.  
  24.    (1) To leave the program simply press the Escape key.
  25.  
  26.    (2) To see
  27.           - the previous month, press the left arrow key
  28.           - the next month, press the right arrow key
  29.           - the previous Year, press the Page Down key
  30.           - the next Year, press the Page Up key
  31.  
  32.           - a specific calendar (MONTH and YEAR), press the HOME key
  33.             and then enter a valid date.  If no date is entered, the
  34.             systems date will be used.
  35.  
  36.    (3) The program will return the original contents of the X,Y and
  37.        xDATE variables back to the calling program.  As well as the
  38.        original colors of the system.
  39.  
  40.    The program appears to be bullet proof (subject to being made a
  41.    liar by some user).  Have fun and report any problems to me.
  42.  
  43.  CALENDR2.PRG
  44.  
  45.    This program will display the current month only and uses dBASE IV
  46.    array elements.  It is fairly straight forward and appears to be
  47.    very fast.  Use it, abuse it, make recommendations.
  48.  
  49.  
  50.            Happy calendaring  ... Michael R. Irwin
  51.  
  52.  
  53.