Version History Download latest version
here
 Version 1.85 Gold: Released 17 November 2010
  - TPL Change - include dates01.tpw 1.68 - work-around for duplicate external 
	errors in C7 (for the methods with the NAME attribute declared in the global 
	module).
- TPL change - set control positions to relative in the DatePicker control 
	template.
 Version 1.84 Gold: Released 9 November 2010
  - TPL Change - include Object01.tpw 1.67 - fix regression in some apps the 
	global class procedures were not being generated.
 Version 1.83 Gold: Released 9 September 2010
  - Translation method implemented.
- TPL Change - include Object01.tpw 1.66
- TPL regression fix (from 1.82) - Uses a copy of %GlobalUseABCClasess 
	(for C55 support).
 Version 1.82 Gold: Released 3 September 2010
  - TPL Change - include Object01.tpw 1.65
- TPL change - enable use of Popup class in legacy (for popups on the 
	calendar - only C6 and up).
 Version 1.81 Gold: Released 31 August 2010
  - TPL fix - Create filter based on date was filtering out columns in the 
	DayScheduler (regression in 1.80)
- TPL fix - TPL generated DatePicker map was incorrect prototype.
 Version 1.80 Gold: Released 16 August 2010
  - Class change (YearCal) - Optimized SetStyle method. Calls AddStyleToDate 
	and SetStyleToDates methods.
- Class Change (CellsClass) - first time in (for no zoom) then use the 
	mincolwidth.
- Class Change (CellsClass) - Allow Left Column to be justified 
	independantly.
- Class Change (DateClass) - SQ static queue changed to property StyleMaps 
	queue. Maps a style to a number.
- Class Change (DateClass) - Icon is also clickable.
- Class Change (DateClass) - CallCalendarPopup method allows the 
	CalendarPopup to be overriden at runtime. 
- Class change (YearCal) - Resize of legend control can be overridden and 
	handled separately.
- Class change (YearCal) - SetStyleToDates allows a style to be set to a 
	date range (rather than one date/style at a time).
- Class change (YearCal) - ValidPaste - allows derived code to override a 
	Valid Paste (with some other condition).
- Template change - Popup menu has finer control (of what items to add to 
	the popup).
- Template change - ViewFilter prompt allows a server side filter to be 
	used before the Set(View) (and a Bind Fields button enables fields used in 
	the filter to be bound). The date range required is added to the view filter 
	automatically.
- Template fix - DateDuration - the duration was not set correctly when 
	editing.
- Template fix - support case insensitive order in the view.
- Template control - LegendFilter - allows a legend to be placed on a 
	browse for dynamic browse filtering.
 Version 1.79 Gold: Released 24 May 2010
  - Class change - call SetEditButtonStates in Reset method (means that 
	SetEditButtonStates are called on procedure start up for MonthViewer, 
	WeeklyPlanner, and DayScheduler).
- Class change - NoHScroll property in the CellsClass allows the 
	WeeklyPlanner and the DayScheduler to not scroll (if set)
- Clarion7 fix - Stylequeue and LegendQueue (HotDates Queue equates) 
	renamed to HDStyleQueue and HDLegendQueue for Clarion 7 lib local 
	compatibility with other 3rdparty products.
 Version 1.78 Gold: Released 31 August 2009
  - Class change - if only one zoom step is used, use the rootwidth.
- Date Planner Class change - set leftcolumnwidth to -1 to use a 0 width 
	(i.e. hide the left column).
- Date Planner Template change - option to hide the left column.
- Template change - totalling uses the same code for the StoredAs date as 
	the stored as FromDate-ToDate.
 Version 1.77 Gold: Released 20 April 2009
  - Fix - regression in 1.76 causing syntax error.
 Version 1.76 Gold: Released 17 April 2009
  - Templates - change the embed points inserted to use the 
	activatetemplateparent (for the updatecalendar templates) rather than the 
	object name (to test where to put the code). More accurate. This will not 
	affect handcode as the embed points are not moved.
- Year template fix - use %Object rather than the compile time #declared 
	%o variable to call the print.headertext.
- Object - new ScrollToDate method (for MonthViewer, YearClass, and 
	DayScheduler). Allows you to programmatically scroll direct to a particular 
	day. Omit the date to scroll to today().
 Version 1.75 Gold: Released 13 January 2009
  - MonthViewer Template - change the priority of the init to before the ABC 
	Resize stuff. This prevents a GPF when used in conjunction with the ABC 
	resize template
 Version 1.74 Gold: Released November 10, 2008
  - Clarion 7 compatible install.
 Version 1.73 Gold: Released September 23, 2008
  - Template change - was not displaying a 0 time-range correctly in the Scheduler.
 Version 1.72 Gold: Released September 20, 2008
  - Template change - returns the correct prototype (interference by xFiles, etc).
 Version 1.70 Gold: Released November 21, 2006 
  - Extra embed point after the LoadData loop (and before sorting the template
	queue) for adding additional entries into the list.
- String header lengths use an equate (making it easy to change).
- Refresh ClickTime if the user clicks on the left column of the DayScheduler.
- Reformatted template prompts to fit in the window when viewed on a
	control's properties.
- DayScheduler - SQL requires an ID field to link the data in the calendar
	back to the SQL tables (cannot use the pointer() function used in flat files).
 Version 1.69 Gold: Released November 8, 2006 
  - Fix - When DayScheduler is set to Date Stored As (Date) and Time Stored as
	(FromTime-ToTime) - then a compile error was introduced, because the ToDate
	was being used for valid time checking.
- Fix - increase Item picture used in the MonthViewer list to the size of
	the DayList item.
- Feature - added extra field to StyleQueue for reference purposes.
 Version 1.68 Gold: Released August 1 , 2006 
  - Fix - When DayScheduler should increase cols, stays fixed at the reduced
	number (decrementing was working fine).
 Version 1.67 Gold: Released July 28 , 2006 
  - Fix - flash in DatePicker when it opens (in different position) - moved
	init call to after restore from INI.
 Version 1.66 Gold: Released July 24 , 2006 
  - Fix - date display of today in MonthViewer.
- Feature - styles added in key order will initialize in the order added to
    the Legend queue. Existing applications require the 'Sort styles in Key order'
    checkbox checked in order to utilise this feature.
- Fix - button tips on the MothViewer's legend prioritization buttons.
 Version 1.65 Gold: Released July 5 , 2006 
  - Fix - regression in 1.64 (no data was displayed - because methods were not
    being populated).
 Version 1.64 Gold: Released June 30 , 2006 
  - Fix - legacy was duplicating function declarations (tweak to Object01.tpw
    - was not  doing a case insensitive methodIDs check)
 Version 1.63 Gold: Released June 22 , 2006 
 Version 1.62 Gold: Released June 5 , 2006 
  - New Dates01.tpw (sub template version 1.51) - fix for interference with other templates (using the Object01.tpw template)
- In YearCalendar template - assert if no style is entered in the template.
 Version 1.61 Gold: Released May 29 , 2006 
  - Fixed regression in 1.60 - prime the DragIDs with 'UniqueDragID' instead
    of UniqueDragID (without the quotes).
 Version 1.60 Gold: Released May 22 , 2006 
  - Template font - removed template font so that PCs with clear-type fonts
    disabled will display the settings correctly.
- Planner Template - prime the Loc:StartDate with the passed startdate
- Update Templates - prime the DragID so that Drag-Drop, and Cut|Copy|Paste
    is supported by default.
 Version 1.59 Gold: Released March 22 , 2006 
  - Fix - when using a different FirstDayOfWeek, selected days were not being
    highlighted correctly.
 Version 1.58 Gold: Released January , 2006 
  - Feature - DayScheduler, allows Date Header format (new property
    HeaderFormat, and setting in the template).
 Version 1.57 Gold: Released December 9, 2005 
  - Fix - WeeklyPlanner when no Update used - was not declaring some fields in
    the template queue in some circumstances.
- Fix - DatePicker Lookup - when no default required was causing compile errors.
 Version 1.56 Gold: Released December 7, 2005 
  - Fix - Legend: when Save and Restore is unchecked, and Use checkbox to
    select is checked, the queue was not being populated correctly.
 Version 1.55 Gold: Released November 3, 2005 
  - Fix - For multiple calendars on the same window, selection of the correct
    calendar after drag and drop was not functioning correctly.
- Change - assert warning if no key is set for the primary file
    (YearCalendar).
- Feature (MonthClass) - new property TodaysImageColor property - allows
    highlighting of today's date in the  Month
    Viewer Control Template.
- Change - Update method (in the CellsClass) returns a 1 - assumes it can't
    find the record, and template code must find the record and clear it if
    there is no error - rather than the other way 'round.
 Version 1.54 Gold: Released October 19, 2005 
  - Fix - Date-Duration in Month, and Year control templates. DataRange uses
    Duration instead of EndDate.
- Fix - When Date-Duration is selected, then style, icon, etc template
    prompts are displayed.
- Fix - Read EnableDrillDown checkbox to determine whether DrillDown is
    required (instead of DrillDownProcedure value). Similarly with
    EnableDrillUp.
 Version 1.53 Gold: Released October 6, 2005 
  - Feature - Allows QuickEdit of records (without having to go to the form)
    (New method: CanQuickEdit)
- Fix - Allow icons to be set in the Planner.
- Fix - Allows the calendars to be locally and globally disabled.
- Fix - When Date Duration is set (for data display), then Last date is Date
    + Duration, not Date + LastDate.
- Feature - embed points after ValidPaste.
 Version 1.52 Gold: Released August 23, 2005 
NB: You will need to re-import
the DatePicker windows (using the ImportHotDatesDatePicker Template utility) 
  - Feature - New  LocatorEntry control template (for date locators for
    browses/lists).
- Feature - DatePickerLookup class - allows associated lookup button for
    entry control.
- Feature - DateLookups allow  global Decrement and Increment (Day, Month,
    Year) hotkeys.
- Feature - DateLocator and DateEntry controls have TestNewValue to allow
    range limiting.
- Feature - Drag-and-Drop range select (mouse only range selection).
- Fix - UpdateID cleared on a successful drop event (allows Drag-and-Drop
    range selection).
- Feature - Globally setable Zoom keys (as apposed to fixed minus and plus keys).
- Feature - DatePicker has extra two parameters to allow range limiting
    (also colorization options in the template).
- Feature - DatePicker has an additional style for Today (if passed date is
    not the same as Todate) - setup in the template.
- Fix - DatePicker list is resized after window opening (so line spacing is improved).
- Fix - legacy MonthViewer and YearCalendar resized (when window is resized).
- Fix - DatePicker year is correctly wrapped when month is incremented.
- Fix - Scrolling is initialized at 4 if 0 (prevents incorrect date
    comparisons of 0 from dates)
- New methods (DatePicker class) - HandleNewYearValue and
    HandleNewMonthValue (code was duplicated in 2 methods).
 Version 1.51 Gold: Released August 10, 2005 
  - Fix - allow drag to time - where EndTime = StartTime of next entry.
- Fix - EndTime = round-off time (in range selection) as apposed to 15:59:59
- Change - In DayScheduler: TimeDuration includes the duration of the last
    cell (checked by default)
- Fix - WeeklyPlanner - If cells are ordered by display data, then test
    whether style is active in legendbox.
 Version 1.50 Gold: Released August 5, 2005 
  - Feature - Allow justification of column headers (DayScheduler and
    WeeklyPlanner).
- Template change - Embed point in LoadData derived code to allow
    prop:filter on the VIEW.
- Feature - Greenbarring in Planner and
    Schedulers (only use Underline if Greenbar not required).
- Feature - grid color set.
- Feature - Line height setting for Legend lists and Planner and
    DayScheduler controls. 
- Feature - generate equate for switching compile-mode for HotDates specific handcode.
- Feature - new template utility to easily add the Colors and Settings
    procedures to your application. This is accompanied by the TXD file with the
    Colors and Settings table declarations which you can import into your
    dictionary.
- Feature - Set default keys to appropriate buttons (CtrlX to Cut, CtrlC to
    Copy, CtrlV to Paste, Plus Key to Zoom, Minus Key to zoom out, etc)
- Feature - included a Hand cursor - added to region control (of
    DayScheduler) and the DatePicker list.
 Version 1.38 Beta: Released July 28, 2005 
  - Change - Inform on template that icons are required in order to use Cell
    Tips in the Scheduler and Planner templates.
- Change - Provide Embedbutton on the options tab for validate paste functionality.
- Fix - DatePicker (where drop list is used for month selection) - scrolling
    without selecting was not refreshing the month displayed.
 Version 1.37 Beta: Released July 27, 2005 
  - Feature - ValidPaste method
- Change - Reset moved from template derived code to class in TakeDropEvent  method.
- Change - FromClickID set in the .Update method for dragging internally
    (Planner and Scheduler) (and reset in the .reset method).
- Fix - GetStyle was treating passed parameters as variables (Planner and Scheduler)
- Feature - YearClass validatestyle changed to allow checking of style irrespective of legend.
- Fix - Planner and Scheduler list longs correctly cleared in the LoadPlan method.
- Feature - check in range methods to allow data validation for
    dropping\pasting (in order to make use of this feature, you need to handcode
    a ValidatePaste routine).
- New properties - ClickRow and ClickColumn for use across methods for validPaste.
- Fix - DayScheduler - when dragging a record spanning midnight - adjust
    EndDate and EndTime values accordingly.
 Version 1.36 Beta: Released July 22, 2005 
  - Feature - Use an ID for Cut|Copy|Paste to ensure that only valid info is
    pasted onto a recipient control.
- Fix - resolved Unknown %EnableDrillDown template variable error.
- Feature - allows omission of Year from Date info in 1 to 12 month calendar
    and MonthViewer (useful for Birthday's and public holidays, etc). This means
    that the LoadData method derived code (from the template) was altered quite
    a bit.
- Fix - TakeDrop derived code where Date-type data storage is not
    FromDate-ToDate.
- Fix - more embeds provided in the TakeDrop derived code.
- Fix - DrillDown control deleted from the DayScheduler.
- Fix - For a Multi-DLL application - DayScheduler uses the correct
    DatePicker procedure name (specified in the Global Extension template).
 Version 1.35 Beta: Released July 20, 2005 
  - Feature to DayScheduler\WeeklyPlanner\MonthViewer\YearCalendar - supports 
    drag and drop (internally and across windows).
- Fix - ClickDate was not being set correctly when day changed in DayScheduler.
- Feature to DayScheduler\WeeklyPlanner\MonthViewer\YearCalendar - supports 
    Cut/Copy/Paste (note that you will need to delete your Calendar_Update
    template and add it in again to support this functionality - make a note of
    your settings before you do this).
- Warn if DatePicker incorrectly prototyped (DayScheduler).
- YrCalendar - make update fields the same format to the other calendars.
- Ability to set HotDates  refresh event globally (particularly useful in
    Drag and Drop and Cut/Copy/Paste operations) - which allows a parent
    calendar to be refreshed once an operation is performed on another calendar.
 Version 1.34 Beta: Released July 6, 2005 
  - Fix for DayPicker - when a spinbox is used to select the month, and jump
    to today, then reset the month in the spinbox control.
- Updated Demo.
- Fix for Year Calendar - resets correctly (VIEW opened and closed in
    LoadData method).
- Tips for control template controls.
- Fix for templates - auto reset after drill down\up in order to refresh the
    calendar with changes made in drill down\up procedures.
- Fix - if no Region control in the DayScheduler, then don't set the tip.
 Version 1.33 Beta: Released July 5, 2005 
  - Fix - when a day other than Sunday is the first day of the week, then in
    the YearCalendar the update buttons were not correctly enabled/disabled, and
    the Record was not correctly selected.
- Updated examples and demo.
- Fix - when using filters in the DayScheduler for limiting the number of columns.
- Fix - WeeklyPlanner passes on the correct startdate (to drill down/up) if
    no cell is selected before drilling.
 Version 1.32 Beta: Released July 1, 2005 
  - Prevents GPF when cells in a row is > MaxP (at this stage MaxP is 150)
    (limits columns to MaxP/cells in row).
- Supports Replicate disabling during data reset (this speeds up the loading
    process significantly).
- Improved DatePicker's today button - keeps Today text and returns today if
    today's date (i.e. current month and year) is displayed.
- Enhances Multi-Proj support by not mapping the DatePicker procedure in
    non-Data DLL applications.
 Version 1.31 Beta: Released June 21, 2005 
  - Supports optional legend refreshing after record Update (in all calendars)
    - modifications to the Update Control templates.
- Supports directional key navigation (from the keyboard) (SetClickedInfo
    methods restructured to support this change).
- Supports Drilling (Down and Up) in Planner control template.
- Supports handcode call to Drill (Down and Up) procedures in the Control
    templates (allows additional parameters/optional calling).
 Version 1.29 Beta: Released April 29, 2005 
  - Fix - Use of icons in the DayScheduler.
- New feature - balloon tips in MonthViewer, DayScheduler and WeeklyPlanner
    templates (the latter two require icon usage as well).
- Multi-DLL - set DatePicker hotKey and firstday of week in Data DLL only.
    (new Global Settings class to make this possible)
- DatePicker hotkey and First day of week can be set
    on the fly (i.e. at runtime).
- Simplify translation - translation occurs in one place (also in Multi-Dll
    applications) for all calendars.
- Fix - NAME: equates renamed to HD_Name: - resolves a clash with some ABC equates.
- New feature - Print the MonthViewer (you will need to remove and re-add
    the control template into your application because of the extra button required).
- Tip on the DayScheduler to inform users they can click on the header to
    select a date to view.
 Version 1.28 Beta: Released April 25, 2005 
  - Fix - ValidateStyle was returning a byte instead of a long.
- New feature in the YearCalendar - balloon tips for additional detail.
 Version 1.27 Beta: Released April 20, 2005 
  - Scheduler template - support
    Date-Range selection.
- Fix - was occasionally not selecting the correct time.
- DatePicker template utility updated to include the features introduced in v1.26
 Version 1.26 Beta: Released April 18, 2005 
  - Support for an exported DatePicker (from the data DLL) in a Multi-DLL environment.
- DatePicker displays the sent date, as well as weekend days in a specified
    style (new method - ValidateStyle).
- MonthViewer - support for Date-Range selection (some extensive
    restructuring in the MonthListClass in order to make this possible - New
    methods: SetClickedInfo, GetClickDate, FieldIsDateControl,
    SetClickedHistory, GetClickedRow, ResetStyles, ResetBlankRows, Resize,
    AddDateToSelected, AddListControl).
 Version 1.25 Beta: Released April 14, 2005 
 Basically this release contains fixes to regressions in v1.24 
  - Fix - DatePicker alert on MouseLeft (to select the date).
- Fix - Time display picture in the Day Scheduler.
- Fix - If no PrimaryKey selected in the Planner template table tree, then
    set by the Primary file.
- Fix - if Other sorting is selected (for the Planner template queue) then
    don't sort the queue.
 Version 1.24 Beta: Released April 14, 2005 
 Basically this release contains some improvements to the Planner template. 
  - Fix - formatting of > 71 cells.
- Allows up to 150 cells (increase from 100).
- Fix for cell formatting where >2 cells per row.
- Fix GPF where cell limit is exceeded.
- TakeEvent method deleted (in CellsClass)
Also in the MonthViewer:
  - MonthViewer - Vertical scrolling to show hidden records.
In all templates:
  - No alert on MouseLeft (this was preventing resizing in the Scheduler and
    Planner templates) - this is handled on the TakeAccepted method instead.
- PreTakeAlert method deleted.
 Version 1.23 Beta: Released April 6, 2005 
 Basically this release is a fix for some regressions that have crept in as
well as a bit of class restructuring that was required. Here are some details: 
  - Fix - incorrect array reference in YearClass.PrimeQueue
- YearClass.TakeAlerted method superannuated (functionality genericised and
    moved to the DateClass)
- Fix - check in PreTakeAlert that the alert is not on the LegendControl
- Fix (in PreTakeAlert) - SetClickedHistory was being called incorrectly
    (for MouseLeft and MouseLeft2)
- Fix - Don't {prop:column} in SetControl (PlannerClass)
- Fix - alert on ShiftMouseLeft (Planner) moved to the template (so user can
    set whether it's required or not)
- CellsClass.TakeEvent superannuated (will be removed in the next release).
- New method: OutsideSelectedRange - allows TakeAlert code to be moved to
    DateClass (so each class will have it's own method of determining if the
    click is in the Selected range or not).
- Fix - SetEditButton states when right-click before popup is called.
- Fix - Refresh selection if ShiftMouseLeft on original date.
- Fix - GetClickDate (in Planner Class) is set to 0 if nothing
    clicked/invalid click.
- Change - SetClickedInfo works out which field was clicked (instead of
    having this passed).
- Fix - display refresh added in AddDateSelected (YearClass).
- Change - ResetStyles only resets all the styles (not a partial refresh)
- Change - LastClickDate set in SetClickedHistory
- Fix - CellsClass.ResetStyles and PlannerClass.AddDateToSelected were using
    an incorrect variable in the array addressing (causing GPF).
- Fix - RightClick in planner - selects cell correctly.
- Template Fix - Usefile in DayScheduler was not being called if LazyOpen
    was used.
 Version 1.22 Beta: Released April 4, 2005 
  - Date-range select in the Planner templates.
- Fix - Column selection in Planner (when returning from Update).
 Version 1.21 Beta: Released March 16, 2005 
  - Fix - allow for INNER join specification. Note: if you had an automatic
    INNER join in either your Planner or Scheduler templates, then this will no
    longer be the case. You need to manually stipulate if you have an INNER
    join.
- Fix - MonthView files not opened correctly in C6 ABC (regression in v1.19).
- Feature - allow you to set left column width in the Planner and Scheduler
    templates, as well as permitting alternative Time picture in the Scheduler
    template's left column.
- Feature - allow alternative date picture for headings in the Planner
    template (also allow American date format for abbreviated dates in headings).
- Improved support for translation - more on this in the next release.
 Version 1.20 Beta: Released March 15, 2005 
  - Fix - If no icons required in the MonthListClass, then don't indent the text.
- Fix - If Date must have no date value primed, then when cancelling, return
    0 from the DatePicker (using the HotKey Lookup introduced in v1.18).
- Fix - Month and Planner refresh after updating (Open and Close View moved
    to LoadData method)
- Fix - Header expanding with blank header rows (in Planner template).
- Feature - (Planner template) Allow child data to be sorted in different
    orders.
- Support for 0-Hazzle compatibility.
 Version 1.19 Beta: Released March 11, 2005 
  - Feature - Allow you to set the first day of the week for your HotDates calendars (set in the HotDates global
    template). 
- Fix - Refresh MonthView and Planner templates correctly (after update)
 Version 1.18 Beta: Released March 10, 2005 
 Version 1.17 Beta: Released March 9, 2005 
 Version 1.16 Beta: Released March 8, 2005 
 Version 1.15 Beta: Released February 15, 2005 
  - Work around for the regression in Clarion 6.1 where Relate:File does not
    open the tables in the relationship that are required in the view (generates
    an assertion).
- Open view once in Year, Month and Weekly Planner templates (increased stability in C5.5).
 Version 1.14 Beta: Released February 11, 2005 
  - Fix in the Year Calendar when totalling is used (regression introduced in 1.13).
 Version 1.13 Beta: Released February 8, 2005 
  - The new Scheduler template and class - which allows you to do Day scheduling.
- The planner template is reset correctly after updating.
 Version 1.12 Beta: Released January 5, 2005 
What's Changed: 
  - Class fix (Month) - make created controls have the boundary group as their
    parent control.
Details
  - TPL fix: Sheet on separate line from control (Planner TPL).
- PLanner TPL change: Move zoom buttonstuff to cmn tpl.
 Version 1.11 Beta: Released December 3, 2004 
What's Changed: 
  - Split Planner class into 2 in prep for DayScheduler class.
- Fixed Array out of range GPF in Planner class.
 Version 1.10 Beta: Released November 15, 2004 
What's Changed: 
  - Class Change - DatePicker returns the sent date (i.e. null or sent date)
    if DatePicker window is cancelled/aborted.
 Version 1.09 Beta: Released November 15, 2004 
What's Changed: 
  - Template Change - fix for disable of HotDates (undeclared Template
    variables)
- Class fix - index out of range in AddStyleToDate and ValidateStyle
    methods.
 Version 1.08 Beta: Released October 27, 2004 
What's Changed: 
  - Template fix - regression for DateRange selection in Year Calendar
    template.
 Version 1.07 Beta: Released October 26, 2004 
What's Changed: 
  - Template fix - misplaced Template variable.
 Version 1.06 Beta: Released October 22, 2004 
What's Changed: 
  - Template fix - was not always selecting the correct record to edit (in the
    Month and Planner classes) if the selected key was not a unique key.
- Class fix - Set MonthClass's ClickDate to SentDate initially (drill down
    before clicking was creating a 0 dated Planner screen).
- Introduce Totalling into Year templates. Optional totalling can be by
    Count, Sum, Average, Maximum or Minimum.
- Fixed bug in DatePicker - when DropDown used to select a month.
- New look template.
 Version 1.05 Beta: Released October 19, 2004 
What's Changed: 
  - Fixed template file list. Sometimes template files were not added to the
    ProcFileList template variable. 
 Version 1.04 Beta: Released October 18, 2004 
What's Changed: 
  - Created a new DatePicker window. You can now use either the Spin box
    design or the button design.
- Template Makeover.
 Version 1.03 Beta: Released October 5, 2004 
What's Changed: 
  - Fixed template where a Filter is used (in the Date type or Duration type
    range selection)
 Version 1.02 Beta: Released September 17, 2004 
What's Changed: 
  - Revised the template generated ReadDate method for the planner control
    template. Cycle does not invoke an infinte loop.
 Version 1.01 Beta: Released September 17, 2004 
What's Changed: 
  - Support for Legacy applications (1 to 12 Month Calendar, MonthViewer,
    Planner, Date Picker).
- Some fixes - alert not setting enable state of update buttons in MonthV
    and Planner ; Planner information not always displayed correctly ; Planner
    not refreshing correctly when NoOfDays viewed increased.
- New control template - Lookup button to call the DatePicker
- Corrected the manner of fetching the displayed record from the Planner for
    Update (primes parent correctly). 
Details: