home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / auto32_3.exe / rar / AUTO32_3 / HISTORY.TXT < prev    next >
Text File  |  1997-07-05  |  5KB  |  80 lines

  1. I. Development History
  2.  
  3. Ver 1.5 (July 5, 1997)
  4. 1) We distribute our libraries with *.dpl file for Delphi 3.0
  5. 2) The Auto Form Expert for Delphi 3.0 has done
  6.  
  7. Ver 1.11 (May 20, 1997)
  8. 1) We updated our library to DELPHI 3.0 (see autover.pas)
  9. To compile auto32 with Delphi 3.0 you have to DEFINE in autover.pas:
  10. DELPHI3_0  for ANY version of Delphi 3.0
  11. And
  12. DELPHI3_0_CONFIDENTIAL ONLY for Delphi 3.0 (Confidential)
  13.  
  14.  
  15. Ver 1.1 (April 20, 1997)
  16. 1) Now we distributed Auto Components Library in two versions:
  17.   - Auto Components Library Server/Suite (auto32), 25 components + Auto Form Expert - US$120 
  18.   - Auto Components Library Desktop (auto32d), 13 components - US$49 
  19. 2) AutoDBGrid has new featues:
  20.  a.an ability to change color and font of the rows;
  21.  b. an ability to view Memo and Graphic fields.
  22.  
  23. Ver 1.00 (03 April 1997)
  24. 1) Auto Form Expert is added.
  25. USE AUTO FORM EXPERT (\experts\afexpert.dll) TO CREATE A FRIENDLY DB APP IN TWO MINUTES.
  26. 2) A new component TAutoStoredProc is added.
  27. 3) Now auto filters work with AutoQuery, AutoStoredProc, AutoTable, Query, StoredProc.
  28. 4) The example of using DBreference is added (see \Demoses\DBRefer\dbrefer.dpr).
  29. 5) The file FAQ.txt is added
  30.  
  31. Ver 2.02 (14.03.97)
  32. 1) The property DateFormat is added to TAutoDateEdit and TDateFilter. Now you can change the format of editing date: 'dd.MM.yy','dd.MM.yyyy', 'MM.dd.yy' and 'MM.dd.yyyy'.  The default value is taken from the constant 'ShortDateFormat'.
  33.  
  34. Beta 1.9 (7.01.97)
  35. 1) TDBGridDateBtn, TDBGridImageBtn,TDBGridMemoBtn,TDBGridReferBtn components are added. See the example in '\Demos\gridbtn' directory.
  36. 2) TDBLookUpComboBoxFilter and TDBLookUpListBoxFilter components are removed from the library (use TLookUpComboFilter and TLookUpListFilter)
  37.  
  38. Beta 1.5 (25.01.97)
  39. 1) Two components are added: TLookUpComboFilter and TLookUpListFilter. They are more powerful then TDBLookUpComboBoxFilter and TDBLookUpListBoxFilter components. Use the Items property in these components. See the sql_filt example in the demos directory.
  40. 2) The SQL property Editor of the SQL property TAutoQuery is inherited from TStringListEditor.
  41. 3) The MacrosFreeze property is added to TAutoQuery and TAutoTable (mfAlways, mfDesigning, mfNever). Assign it to mfDesigning or mfAlways  if you do not want  to change the Macros value by Filter components at design time or every time.
  42. 4) The AssignEmpty property is added to TAutoFilter object. If the Value string is empty and AssignEmpty property is False the AutoFilter object will not  change the linking macro and param properties.
  43. 5) The example of using TLookUpComboFilter component in the '\Demos\sql_filt' directory is added.
  44.  
  45.  
  46. Beta (30.12.96)
  47. 1) Now a context-sensitive help is available (autohelp.hlp, autohelp.kwf, autohelp.cnt in  the help directory '\help\...').
  48. 2) The files dateedit.pas and dateedit.res are renamed to adatedit.pas and adatedit.res respectively and the TDateEdit and TDBDateEdit are renamed to TAutoDateEdit and TAutoDBDateEdit respectively to distinguish them form other similar components and to avoid the error message 'The .dcu has been compiled with wrong version' when you try installing Auto Component Library.
  49. 3) The example of using TReference component in the '\Demos\refer' directory is added.
  50.  
  51.  
  52. II. Bugs
  53. Ver 1.1 (April 3, 1997)
  54. 1) The bug that caused the message 'Control has not parent window' appear in some cases  is fixed.
  55.  
  56. TDBGridRefBtn is fixed. Ver 1.00 (April 3, 1997)
  57. 1) A bug in TFilterLink is fixed.
  58. 2) We fixed a lot of bugs in DBReference and now it is  the most powerful component in the library.
  59. Thanks to Pierre du Parte for noticing some of the bugs.
  60.  
  61. Ver 2.02 (14.03.97)
  62. 1) The bug in the sorted column of AutoDBGrid when using Table as DataSet is fixed
  63. Thank you to Harry Holzhauser for noticing the bug.
  64.  
  65. Beta 1.9 (7.01.97)
  66. 1) The bug with the American date format in TAutoDateEdit and TDateFilter is fixed. Now they check the Windows date format.
  67. Beta 1.91 (11.01.97)
  68. 1) We fixed the bug in the different version of DbGrids on installing our components.
  69.  
  70. Beta 1.5  (25.01.97)
  71. 1) Some bugs in TCustomReference And TDBReference are fixed.
  72. 2) Now if you link a Param of a Query (AutoQuery) with FilterLink which is located in a different form and then remove the Param from the Query the protection fault error will not appear. In this case the exception '<The FilterLink Name>  has incorrect Param property' will appear.
  73. 3) The bug in changing Left and Right properties of the TReferencePanel after executing the component editor of the TReference is fixed.
  74.  
  75. Beta 1.021 (30.12.96)
  76.  1) The bug with the popup calendar is fixed. Now you can use it with any Windows fonts.
  77.  2) The bug with changing the TReferencePanel Style property is fixed.
  78.  3) The bug in the Filter Editor on using the 'View without macro' checkbox is fixed.
  79.  4) The bug in a data conversion of the Value KeyField property of TReference is fixed.
  80.