FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xbrowse: caps lock plus scroll down buttons
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
xbrowse: caps lock plus scroll down buttons
Posted: Tue Feb 17, 2015 07:31 AM

Hello,
should select multiple rows with caps lock plus scroll down button
work in xBrowse?

Thanks in advance
Otto

Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: xbrowse: caps lock plus scroll down buttons
Posted: Tue Feb 17, 2015 02:36 PM
Otto

As you probably know you have to use the MargueeStyle below to turn on the mult-row select .. caps lock and scroll does not work but, the standard Hi-Lite first row and Shift and Click on the last row does select all rows in-between.

Hope that helps?

Rick Lipkin

Code (fw): Select all Collapse
oLbxA:nMarqueeStyle := MARQSTYLE_HIGHLROW

Continue the discussion