FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Select data on a Xbrowse cell with mouse
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Select data on a Xbrowse cell with mouse
Posted: Wed Nov 02, 2022 09:45 PM
I have this xbrowse



can the end user select the cells with the mouse and if he press ctrl + c copy the information into memory to paste it into notepad or in other situations?

how can i make the user do this?
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
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Select data on a Xbrowse cell with mouse
Posted: Wed Nov 02, 2022 10:09 PM

Yes.

This is the default behavior

Marqueestyle should be 3 (or 2,1)

Regards



G. N. Rao.

Hyderabad, India
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: Select data on a Xbrowse cell with mouse
Posted: Thu Nov 03, 2022 09:57 AM
nageswaragunupudi wrote:Yes.
This is the default behavior
Marqueestyle should be 3 (or 2,1)
I tried with :nMarqueeStyle := 3
with :nMarqueeStyle := 1 or 1 not run ok

however if you don't press ctrl and shift it doesn't
and then takes the whole line instead I meant something else
when the user passes over with the mouse and presses the right button, he highlights a cell if he drags the mouse, he highlights the other cell and so on after having highlighted the desired cells the user with ctrl + C could save the selection in memory

that is, if the user needs to take only two cells and not the whole row
if the user needs to take two cells in one row and other cells in another row

can't do it

because style nMarqueeStyle 3 allows you to take the whole line and use ctrl + shift
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