home *** CD-ROM | disk | FTP | other *** search
-
-
- twBRBrowse() Mouse Support
-
-
- The default mouse support varies according
- to the value of lEditFlag.
-
- When the browse is internally configured,
- two mouse hot spots may be defined. The
- hot spots will cover the area occupied by
- the scrollbars. If scrollbars are allowed,
- the mouse actions are:
-
- Vertical Scroll Bar:
-
- Direction Arrows:
- Left Button: Up or Down one record.
- Right Button: Page Up or Down.
- Both Buttons: Top or Bottom of File.
-
- Shaded Area: Move to Relative File
- Position.
-
- Horizontal Scroll Bar: Left Button
-
- Shaded Area: Move to Relative Column
- Position.
-
- lEditFlag is TRUE:
-
- Direction Arrows: Right or Left One
- Column.
-
- lEditFlag is FALSE:
-
- Direction Arrows: Pan Right or Left.
-
- Browse Table:
-
- Right Button: Escape with no choice.
-
- Left Button:
-
- lEditFlag is TRUE:
-
- Single Click: Move to Field.
- Double Click: Edit Field.
-
- lEditFlag is FALSE:
-
- Single Click: Move to field.
- Double Click: Select Record and
- EXIT.
-
- You may add your own mouse actions to the
- browse with twBRAddSpot().
-
-
-
-