INSTRUCTIONS: Scroll down until you reach your current version (right click lbebook01.dll, select Properties, Version). Then work your way back up implementing any database changes as you go. Changes to the dll and the .asp pages are cumulative, so you just need to copy across these from the most recent zip file to your web site. You will need to re-register lbebook01.dll with regsvr32: From a command prompt: c:\winnt\system32\regsvr32 "c:\program files\lbe resource booker\lbebook01.dll" (change the paths appropriately). You may have to stop/restart IIS and/or the server before you are allowed to do this. If you have had custom pages developed you need to contact LBE before proceeding. ======================================================================================= Version 1.0.0.116 ======================================================================================= 1. Fixed bug that when administrator user deleted, bookings made by that administrator were not deleted. 2. Fixed bug if enter non-numeric in search box for booking id Items affected: lbebook01.dll, booksel.asp ======================================================================================= Version 1.0.0.115 ======================================================================================= 1. Added ability to send message to user from booking page 2. Increased limit on max internal message length to 20000 characters Items affected: msgedit.asp, msgupd.asp, bookedit.asp, msg_booking_template.txt, help.htm Database: you will need to modify the lbe_message.message_contents column to memo. If you don't have MS Access, zip up the database file (.mdb) and email to me. ======================================================================================= Version 1.0.0.114 ======================================================================================= 1. Added ability to copy multiple bookings by entering a comma separated list of booking ids on the Copy Booking page Items affected: bookcopy1.asp, bookcopy2.asp, lbebook01.dll ======================================================================================= Version 1.0.0.113 ======================================================================================= 1. Added resource comments to calendar view 2. Fixed double-login issue Items affected: bookview.asp, lbebook01.dll ======================================================================================= Version 1.0.0.112 ======================================================================================= 1. Fixed: Booking Id not shown if not an administrator Items affected: bookinfo.asp ======================================================================================= Version 1.0.0.111 ======================================================================================= 1. Fixed bug to allow decimal time difference setting Items affected: lbebook01.dll ======================================================================================= Version 1.0.0.110 ======================================================================================= 1. Added resource selection dropdown to Individual and Multiple booking deletions page 2. Allowed deletion of future bookings. Items affected: dbfunc.asp, booksel.asp, blockrem.asp ======================================================================================= Version 1.0.0.109 ======================================================================================= 1. Calendar view remembers which week you were looking at in current session. 2. Calendar view also remembers search settings 3. Fixed bugs on calendar view display which meant some free periods not shown 4. Increased width of notice board input fields Items affected: bookview.asp, notice.asp ======================================================================================= Version 1.0.0.108 ======================================================================================= 1. Fixed problem if successive bookable periods start/end within 1 minute of each other 2. Added text about min 1 minute gap between booking periods. 3. Added text to booking calendar about editing booking periods 4. Fixed bug on line 689 bookview.asp when viewing unbooked time. Items affected: bookview.asp,secure.asp, login.asp, editperiods.asp ======================================================================================= Version 1.0.0.107 ======================================================================================= 1. Fixed problem with incorrect dates in link just before a block booking using defined periods. Items affected: bookview.asp ======================================================================================= Version 1.0.0.106 ======================================================================================= 1. Booking comment is now a 4 line edit box. Up to 128 chars of that comment, or up to the first ":" will be displayed in the calendar view. 2. Calendar view: row containing day names/dates is now repeated every 10 resources. Database Change =============== Change the datatype of the lbe_booking.comments column from "text" to Memo. If you are not sure how to do this, please zip up the database file (.mdb) and email to us. Items affected: lbebook01.dll, bookedit.asp, bookview.asp, database ======================================================================================= Version 1.0.0.105 ======================================================================================= 1. Fixed error if delete resource from a booking 2. Fixed error "Operation is not allowed when the object is closed /bookings/bookedit.asp, line 99" Items affected: lbebook01.dll, bookedit.asp ======================================================================================= Version 1.0.0.104 ======================================================================================= 1. Bookings calendar now shows lastname of user 2. Facility to define booking periods. If any are defined, only those periods may be used. Items affected: lbebook01.dll, bookedit.asp, bookcopy1.asp, bookcopy2.asp,bookview.asp, editperiods.asp, datefunc.asp, dbfunc.asp,admin.asp Database change: Please run the following script using MS Access: create table lbe_period (id counter, description text(50) null, starthrs long not null,startmins long not null, endhrs long not null,endmins long not null, CONSTRAINT pk_lbe_period PRIMARY KEY (id)) If you are not able to do so, please zip up the database file (.mdb) and email to LBE ======================================================================================= Version 1.0.0.103 ======================================================================================= 1. Fixed "70 permission denied" bug Items affected: lbebook01.dll ======================================================================================= Version 1.0.0.102 ======================================================================================= 1. Fixed double-login problem Items affected: lbebook01.dll ======================================================================================= Version 1.0.0.101 ======================================================================================= 1. Fixed bug in copy booking if original booking had no comment 2. Allowed read-only viewing of booking calendar Items affected: Bookcopy2.asp, secure.asp, bookview.asp ======================================================================================= Version 1.0.0.100 ======================================================================================= 1. Fixed bug in resource availability check Items affected: lbebook01.dll ======================================================================================= Version 1.0.0.99 ======================================================================================= 1. Booking comments now shown on booking calendar. 2. Implememented copy/repeat bookings 3. fixed error if don't pass booking id value to bookinfo.asp 4. Can now list empty bookings Items affected: bookview.asp, header.asp, bookcopy1.asp, bookcopy2.asp, bookedit.asp, bookinfo.asp, main.asp, createcopy.gif, booksel.asp, help.htm, lbebook01.dll ======================================================================================= Version 1.0.0.98 ======================================================================================= 1. Fixed incorrect url on Booking Approvals image link 2. Fixed bug that allowed disabled resources to be booked. 3. Fixed bug that gave wrong month when click on blank slot in the beginning of a month Items affected: main.asp,bookview.asp, lbebook01.dll ======================================================================================= Version 1.0.0.97 ======================================================================================= 1. Fixed bug that prevents a user creating a booking via the calendar for today if no other bookings Items affected: lbebook01.dll ======================================================================================= Version 1.0.0.96 ======================================================================================= 1. New installation helpfile (webinstall.htm) Items affected: webinstall.htm ======================================================================================= Version 1.0.0.95 ======================================================================================= 1. Fixed errors when deleting resource types or multiple bookings Items affected: booksel.asp, remobjcon.asp, lbebook01.dll ======================================================================================= Version 1.0.0.94 ======================================================================================= 1. Fixed bug "Object variable not set" when log in using the licenced version. 2. Minor corrections to the help file. 3. Fixed bug in NT authentication which would cause one user to use multiple licences 4. Minor enhancements to testfile.asp 5. Fix to prevent double-bookings of the same resource Items affected: lbebook01.dll, help.htm, secure.asp, testfile.asp, websetup1.jpg, websetup2.jpg