FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour select/unselect 1 row on xbrowse
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
select/unselect 1 row on xbrowse
Posted: Wed Feb 09, 2022 08:31 AM

On Xbrowse, Select block of rows Shift-Click and toggle selection by Ctrl-Click.

But if I wish make the same from a button wich command I must call to select /unselect a row of xbrowse ?

I tried with
DEFINE BUTTON OF oBar RESOURCE "LOOK_SEL" ACTION oBrw:SelectRow(1)
DEFINE BUTTON OF oBar RESOURCE "LOOK_DESEL" ACTION oBrw:SelectRow(2)

but not run

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion