home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi2 / seldlg.exe / README.TXT
Text File  |  1996-10-16  |  4KB  |  52 lines

  1. Readme file for TSelectDialog and TLookupDialog
  2. ===============================================
  3.  
  4. TSelectDialog Component Description
  5. -----------------------------------
  6. This component allows users to browse tables and queries on both enterprise databases (such as Oracle, Interbase), as well as tables that are files (such as Paradox). The data is displayed as a grid in a dialog box that is called up when the user clicks the button on the end of the control.
  7.  
  8. Specify the datasource that will provide the data for the lookup browser by using the LookupSource Property. The DisplayField property defines the field that is displayed in the edit box when the user selects an item in the browser.
  9.  
  10. The button can be customised by using the BtnCaption, BtnGlyph and NumGlyphs properties.
  11.  
  12. The dialog includes a database navigator . Use the NavigatorButtons property to specify which buttons are visible on this navigator. Grid options can be set using the GridOptions property
  13.  
  14. In addition to these properties, methods, and events, this component also has the properties, methods, and events that apply to the TEdit Component.
  15.  
  16.  
  17. TDBDateTimeDlg Component Description
  18. ------------------------------------
  19. This component is a lookup version of the TSelectDialog component. TLookupDialog supports multi field joins between the LookupSource and the DataSource for the component. At the same time, the edit box displays a descriptive field (defined by DisplayField) from the LookupSource which represents the join between the two tables.
  20.  
  21. Use the Joins property to define the joins between the dataset linked to the LookupSource and the dataset linked to the DataSource Property.
  22.  
  23. In addition to these properties, methods, and events, this component also has the properties, methods, and events that apply to the TSelectDialog Component.
  24.  
  25.  
  26. Setting Up the components
  27. -------------------------
  28. 1) Create a directory to house the components
  29. 2) Extract the contents of the file into this directory
  30. 3) Add the components to the components palette (stdcomps.dcu & datetime.dcu). NB: ensure that you only have one copy of stdcomps.dcu, the latest one.
  31. 4) Copy the dept.db and personel.db files into the directory for DBDemos (for the demo)
  32. 5) Run HelpInst.exe in the help directory in Delphi, add the seldlg.kwg file to the list, then save. If you have problems with the location of the seldlg.kwg file, you may need to copy them into this directory. If you still have problems, you may need to copy seldlg.hlp into the delphi bin directory if you still have problems (as I have).
  33.  
  34. Once you have done this, you may want to run the demo program to explore the features of the components.
  35.  
  36. good luck..
  37.  
  38. About TSelectDialog and TLookupDialog
  39. -------------------------------------
  40.  
  41. TSelectDialog and TLookupDialog were written by John Stathakis (e-mail: JLSTATH@MAIL.ICON.CO.ZA)
  42.  
  43. Version: 1.00 (1996, John Stathakis)
  44.  
  45. You may use this product freely, however, the source code and related documentation may not be changed in any way without the written permission of the author. Please note that the author will not accept responsibility for any loss resulting from the use of this or any other component.
  46.  
  47. Please contact me if you have any queries or bug reports.
  48.  
  49. Note: The author is currently available for employment. Please forward enquiries in this regard to the above e-mail address. Preferred destinations in the following order: Australia, United States, United Kingdom. Other destinations will be considered.
  50.  
  51.  
  52.