home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / t / tw21l.exe / MSEHLP.DOC < prev    next >
Text File  |  1993-02-06  |  1KB  |  61 lines

  1.  
  2.  
  3.                 twBRBrowse() Mouse Support
  4.  
  5.  
  6.         The default mouse support varies according
  7.         to the value of lEditFlag.
  8.  
  9.         When the browse is internally configured,
  10.         two mouse hot spots may be defined. The
  11.         hot spots will cover the area occupied by
  12.         the scrollbars. If scrollbars are allowed,
  13.         the mouse actions are:
  14.  
  15.         Vertical Scroll Bar:
  16.  
  17.           Direction Arrows:
  18.               Left Button: Up or Down one record.
  19.              Right Button: Page Up or Down.
  20.              Both Buttons: Top or Bottom of File.
  21.  
  22.           Shaded Area: Move to Relative File
  23.                        Position.
  24.  
  25.         Horizontal Scroll Bar: Left Button
  26.  
  27.           Shaded Area: Move to Relative Column
  28.                        Position.
  29.  
  30.            lEditFlag is TRUE:
  31.  
  32.               Direction Arrows: Right or Left One
  33.                                 Column.
  34.  
  35.            lEditFlag is FALSE:
  36.  
  37.               Direction Arrows: Pan Right or Left.
  38.  
  39.         Browse Table:
  40.  
  41.         Right Button: Escape with no choice.
  42.  
  43.          Left Button:
  44.  
  45.             lEditFlag is TRUE:
  46.  
  47.               Single Click: Move to Field.
  48.               Double Click: Edit Field.
  49.  
  50.             lEditFlag is FALSE:
  51.  
  52.               Single Click: Move to field.
  53.               Double Click: Select Record and
  54.                             EXIT.
  55.  
  56.         You may add your own mouse actions to the
  57.         browse with twBRAddSpot().
  58.  
  59.  
  60.  
  61.