home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / D12 / MRO.ZIP / README.200 < prev    next >
Text File  |  1996-05-06  |  3KB  |  81 lines

  1.                   TtaDBMRO v2.00
  2.  
  3. 1.  v2.00 Features
  4. 2.  Demo Project MROPROJ1
  5. 3.  Known Problems
  6. 4.  Memory Leaks
  7. 5.  Trial Run Users & TADBMRO.INC
  8.  
  9. 1. v2.00 Features
  10. ---------------
  11.  
  12. For a complete list of changes in 2.00, please see Version History in
  13. TADBMRO.WRI.  Here are some highlights:
  14.  
  15. *  Full support of Delphi 2.0
  16. *  TDBLookupComboBox support added
  17. *  TDBLookupListBox support added
  18. *  Compatible with Orpheus v2.0
  19. *  Compatible with InfoPower v1.2
  20.  
  21.  
  22. 2.  Demo Project MROPROJ1
  23. -------------------------
  24.  
  25. Try running the updated demo and see what 2.00 can do!    Please note that any
  26. visual inconsistancies within the selected record are not caused by TtaDBMRO.
  27. Instead, this is simply how Borland programmed them.  TtaDBMRO faithfully
  28. duplicates them.  These inconsistancies are most apparent on the tab labeled
  29. 'Lookups, CheckBoxes, ...' when Enabled is unchecked.
  30.  
  31. MROPROJ1 uses a lot of system resources, so don't try running it with many
  32. other applications running.  If you have trouble running it directly from
  33. the Delphi IDE, try just compiling it, then close the project (but leave
  34. Delphi running if you are using the Trial Run version), and then run MROPROJ1
  35. from File Manager (or equivalent).
  36.  
  37. For registered users, if you try to compile MROPROJ1 and you have enabled
  38. support for third party products, be sure you have the latest version of
  39. the third party software.
  40.  
  41. The demo has one known problem:  when toggling the Ctl3D property of
  42. TDBLookupComboPlus the control frequently fails to display it's contents and
  43. may generate an index exception (this is a problem with the component
  44. itself, not taDBMRO).  Toggling BorderStyle after toggling Ctl3D usually
  45. fixes the problem.  This problem can occur with TDBLookupCombo as well.
  46.  
  47. TDBLookupComboPlus also mis-positions it's drop down button under WinNT.
  48. This, along with the aforementioned problem, are due to be fixed in its
  49. next release.
  50.  
  51. 3.  Known Problems
  52. ------------------
  53.  
  54. There is one known cosmetic bugs regarding the cursor shape when over
  55. nonselected records:  The cursor does not assume the crIBeam shape over
  56. TDBComboBox fields in Windows 3.1 (WinNT and Win95 work fine).
  57.  
  58. There is one functional bug:  clicking on the scroll bar of a TDBMemo field in
  59. a nonselected record will not scroll the contents of the field, it only gives
  60. the field the focus.  Subsequent clicks work normally.
  61.  
  62. TtaDBMRO also does not support any of the TDBLookupList.Options settings
  63. (loColLines, loRowLines, loTitles) and it only supports a single LookupDisplay
  64. field.
  65.  
  66. 4.  Memory Leaks
  67. ----------------
  68.  
  69. If TtaDBMRO descends from TDBGrid (which is the case most of time unless you
  70. are using the InfoPower option), then there is a memory leak because
  71. TDBGrid.Destroy does not call FTitleFont.Free.    If you have the VCL source
  72. code, you can apply this patch and resolve the problem.
  73.  
  74.  
  75. 5.  Trial Run Users & TADBMRO.INC
  76. ---------------------------------
  77.  
  78. Trial run users should not make any changes to TADBMRO.INC.
  79.  
  80.  
  81.