08/09/93   Instructions for calendar.zip

This set of code creates a monthly calendar on the screen. It supports
"scrolling" through sequential months as well as direct selection of
a specific month/year. I have used it in an employee scheduling application.
The .zip file has been configured to execute in a stand-alone mode, but
you'll want to add procedures to call_day.prg to actually do something.

The entry point is the calendar screen set. From Fox:
        DO calendar.spr

Each "day" on the screen is an invisible push button. Clicking on one
of the days will invoke the .PRG file "call_day", passing it the
day that was selected. Try it.
