DateRangePicker is a general purpose form for getting a date range.  

There are three global variables that the form sets.
  When you click OK:
    OK is set to True.  
    FromDate and ToDate are set to the apropriate values.
  When you click Cancel or Close the form:
    OK is set to False.  
    FromDate and ToDate are left unchanged.

I am particularly interested in improving the interface.
Please send comments and suggestions to Marty Wolfson 73354,232.

NOTE:  This form requires the Calendar (MSACAL20.OCX) and 
Scroll Bar (MSASB20.OCX) Custom Controls which are not supplied.
