'************************************************************************************** '* Application: ActionCalendar '* Version: 1.3 '* Author: Andrew L. Warren '* Email: andy@warrenstudios.com '* Publish Date: 03/01/2001 '* Updated: 01/26/2002 '* Copyright: (c) 2001 - 2002 Warren Studios, ALW. All Rights Reserved '* '* Warranties and Terms of Use Agreement: '* No warranties, implied or otherwise, are made regarding the usage of ActionCalendar '* and it's associated code. The users assumes all risk and the Author of '* ActionCalendar is in no part liable for any incurred damages. Execution of this '* code in part or whole constitutes acceptance of the Terms and Agreement for use. '************************************************************************************** INSTALLATION AND CONFIGURATION NOTES: 1. Unzip all files and copy to a directory/folder named "ActionCalendar" on your webserver. 2. If you use a different directory/folder name, you MUST edit the connection path located in the "functions.asp" file. 3. Your directory/folder MUST have scripting or execute permissions. 4. The "events.mdb" file MUST have execute permissions for the default Internet User account. 5. The "events_97.mdb" file is an Access 97 version. 6. The application comes with 2 stylesheet (.css) files that control the color scheme of the calendar. The "windows.css" is for use with IE browsers only. It matches the color of the users desktop settings. The other stylesheet is for use with ANY browser that supports CSS. In most cases unzipping the files to the default folder on a server that supports ASP is sufficient for execution. VERSION UPDATES v.1.1 * Fixed bug in edit events. On some servers last event of the day was always pulled for editing on days with multiple events. * Renamed .vbs extensions to .asp for file security. v.1.2 * Fixed bug in print view for Netscape browsers. Didn't display any data. * Updated month name with choice of hard coded or server derived names. * Added line edit for European Date Format (dd/mm/yyyy) display. v.1.3 * Fixed bug for display of events with limited length. Events now correctly terminate on the given "Runs Until" date.