home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_demos / dw_demo / readme.txt < prev    next >
Text File  |  1994-01-28  |  8KB  |  284 lines

  1. ==========================================================================
  2.  
  3.                            Data Widgets (TM)
  4.                                  DEMO
  5.  
  6.                  Bound Custom Controls for Visual Basic
  7.  
  8.                              Version 1.00b
  9.                            January 27, 1993
  10.  
  11.           (C) Copyright Sheridan Software Systems, Inc., 1993
  12.                             35 Pinelawn Road
  13.                        Melville, N.Y. 11747   USA
  14.  
  15.                          Voice   (516) 753-0985
  16.                          Fax     (516) 753-3661
  17.                          BBS     (516) 753-5452 
  18.  
  19. ==========================================================================
  20.  
  21. ------------------------
  22. How to Use This Document
  23. ------------------------
  24. To view README.TXT on screen in Windows Notepad, maximize the Notepad window.
  25.  
  26. To print README.TXT, open it in Windows Write, Microsoft Word, or another 
  27. word processor.  Then select the entire document and format the text in 
  28. 10-point Courier before printing.
  29.  
  30. ========
  31. Contents
  32. ========
  33.  
  34. Part    Description
  35. ----    -----------
  36.  1      What Are Data Widgets?
  37.  
  38.  2      Control Feature Lists
  39.  
  40.  3    Notes on running the demo program
  41.  
  42. =========================================
  43. Part 1 - What Are Data Widgets?
  44. =========================================
  45.  
  46. Data Widgets is a set of bound custom controls that 
  47. allow you to design front ends for database 
  48. applications with all the ease and power you have come 
  49. to expect with Visual Basic.  Data Widgets virtually 
  50. eliminates the need for time-consuming coding when 
  51. developing database applications.  All you need to do 
  52. is drop a control on a form, set a few properties, and 
  53. Data Widgets will do the rest!  
  54.  
  55. =========================================
  56. Part 2 - Control Feature Lists
  57. =========================================
  58. Data Widgets includes 6 bound custom controls.  The 
  59. controls in the set are:
  60.  
  61. DataGrid -----------------------------------------------
  62.     The DataGrid is a fully editable, bound grid 
  63.     that allows you to edit an entire record set, no 
  64.     matter the size, on screen with no code whatsoever.  
  65.  
  66.     The following is a list of the features:
  67.  
  68.     *    Bound to the new data control in Visual 
  69.         Basic 3.0
  70.  
  71.     *    Binds to a data control on a different form
  72.  
  73.     *    Breaks the 64K barrier
  74.  
  75.     *    Loads only enough records into memory to fill 
  76.         display area
  77.  
  78.     *    Supports in-place editing
  79.  
  80.     *    Supports multi-colored cells and/or rows
  81.  
  82.     *    You can specify fixed columns and optionally 
  83.         allow the user to change this with a splitter bar
  84.  
  85.     *    Can be used as bound list box (single column 
  86.         grid)
  87.  
  88.     *    Functionally and visually consistent with the 
  89.         Microsoft Access grid
  90.  
  91.     *    Automatically provides add, update and delete 
  92.         functionality with no coding
  93.  
  94.     *    Supports drop down lists (DataDropDowns) by 
  95.         column which can be optionally linked to 
  96.             other data controls
  97.  
  98.     *    Provides an optional cell button for triggering 
  99.         specialized processing for a column
  100.  
  101.     *    Variable properties for each column such as 
  102.         alignment, format mask, etc.
  103.  
  104.     *    Optional column headings and row labels
  105.  
  106.     *    Column headings will default to field names 
  107.         but can be overridden
  108.  
  109.     *    Supports 2-D or 3-D appearance
  110.  
  111.     *    Supports unbound columns for displaying calculated 
  112.         fields  
  113.  
  114. DataCombo -----------------------------------------------
  115.     The DataCombo is a bound combo box you can include 
  116.     in your database application.
  117.  
  118.     The following is a list of the features:
  119.  
  120.     *    Bound to the new data control in Visual 
  121.         Basic 3.0
  122.  
  123.     *    Binds to a data control on a different form
  124.  
  125.     *    Breaks the 64K barrier
  126.  
  127.     *    Edit and drop down portions can be linked 
  128.         to separate data controls
  129.  
  130.     *    Loads only enough records into memory to 
  131.         fill display area
  132.  
  133.     *    Variable properties for each column such 
  134.         as alignment, format mask, etc.
  135.  
  136.     *    Optional column headings
  137.  
  138.     *    Column headings will default to field names 
  139.         but can be overridden
  140.  
  141.     *    Supports 2-D or 3-D appearance
  142.  
  143.     *    Supports unbound columns for displaying 
  144.         calculated fields  
  145.  
  146. DataDropDown --------------------------------------------
  147.     The DataDropDown is a custom control that you can 
  148.     use to attach to a cell in the DataGrid to drop 
  149.     down a list of values from another source of data.  
  150.  
  151.     The following is a list of the features:
  152.  
  153.     *    Used in conjunction with the DataGrid
  154.  
  155.     *    Bound to the new data control in Visual 
  156.         Basic 3.0
  157.  
  158.     *    Binds to a data control on a different form
  159.  
  160.     *    Breaks the 64K barrier
  161.  
  162.     *    Loads only enough records into memory to 
  163.         fill display area
  164.  
  165.     *    Variable properties for each column such as 
  166.         alignment, format mask, etc.
  167.  
  168.     *    Optional column headings
  169.  
  170.     *    Column headings will default to field names 
  171.         but can be overridden
  172.  
  173.     *    Supports 2-D or 3-D appearance
  174.  
  175.     *    Supports unbound columns for displaying 
  176.         calculated fields  
  177.  
  178. DataOption Button ---------------------------------------
  179.     The DataOption button is a 3-D option button that 
  180.     you can link to a field in a database and have it 
  181.     turn "on" when a certain value is in that field, 
  182.     also toggling the others that may be in a group of 
  183.     DataOptions to "off".  
  184.  
  185.     The following is a list of the features:
  186.  
  187.     *    Bound to the new data control in Visual 
  188.         Basic 3.0
  189.  
  190.     *    Binds to a data control on a different form
  191.  
  192.     *    3-D appearance
  193.  
  194.     *    Each option button in a group represents 
  195.         a different value for the same DataField
  196.  
  197.     *    Set one option button's DataSource or 
  198.         DataField and the other option buttons in the 
  199.         group will synchronize themselves 
  200.         automatically
  201.  
  202. DataCommand Button ---------------------------------------
  203.     The DataCommand button is a custom control that 
  204.     binds to a data control and automatically performs 
  205.     a database action when pressed.  
  206.     
  207.     The following is a list of the features:
  208.  
  209.     *    Bound to the new data control in Visual 
  210.         Basic 3.0
  211.  
  212.     *    Binds to a data control on a different form
  213.  
  214.     *    Just like our standard 3-D Command button 
  215.         but can also be linked to a Data Control and 
  216.         automatically provide positioning functions 
  217.         for moving  to the beginning or the end or 
  218.         forward or backward in the Data Control's 
  219.         Record Set one or more records
  220.  
  221. Enhanced Data Controls -----------------------------------
  222.     The Enhanced Data Controls are custom controls that 
  223.     behave as a front end to the Visual Basic data 
  224.     control adding new functionality.  
  225.  
  226.     The following is a list of the features:
  227.  
  228.     *    Bound to the new data control in Visual     
  229.         Basic 3.0
  230.  
  231.     *    Binds to a data control on a different form
  232.  
  233.     *    In addition to the previous, next, first 
  234.         and last button of the standard data control 
  235.         this control provides 2 additional buttons 
  236.         that will allow the user to go forward or 
  237.         backward multiple records in the Record Set 
  238.         for each click (the # of records forward or 
  239.         backward can be set via properties)
  240.  
  241.     *    The buttons have been enhanced to keep 
  242.         moving forward or backward in the Record Set 
  243.         while the buttons are held down. A delay 
  244.         between the single and multiple moves can be 
  245.         specified.
  246.  
  247.     *    Can have either a vertical or a horizontal 
  248.         orientation
  249.  
  250.     *    Default bitmaps on buttons can be overridden 
  251.         with programmer supplied bitmaps
  252.  
  253.     *    Caption area can display a picture as well 
  254.         as text
  255.  
  256.     *    Provides two more optional buttons, one 
  257.         button allows the user to set a bookmark to 
  258.         save the current position in the dynaset,  
  259.         the second button is used to return to the 
  260.         saved bookmark
  261.  
  262.         
  263. ==========================================
  264. Part 3 - Notes on running the demo program
  265. ==========================================
  266.  
  267. This ZIP file contains the following files:
  268.  
  269.     SSDWDEMO.EXE    The Data Widgets Demo execeutable file.
  270.     SSDWDEMO.MDB    Sample database file.
  271.     SSDWDEMO.LDB    Sample database file.
  272.     SSDATA1.VBX    Data Widgets Custom Control.
  273.     SSDATA2.VBX    Data Widgets Custom Control.
  274.     SSDATA3.VBX    Data Widgets Custom Control.
  275.     THREED.VBX    Three-D Custom Control.
  276.     README.TXT    This text file.
  277.  
  278.     QQUERY.EXE    Quick Query - A table browser using Data Widgets
  279.  
  280. To run the demo program, install all the above files in a 
  281. single directory then run the program SSDWDEMO.EXE.  To run
  282. the program, either select 'Run' from the 'File' menu in
  283. Program Manager, or double-click on the filename in File
  284. Manager.