FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Select in the xBrowse cell
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Select in the xBrowse cell
Posted: Tue Sep 01, 2020 07:23 PM

Hi !

In the xBrowse cell, I need to select some phrases and copy them to the clipboard. You can do this if you use the cell editing mode. But maybe there's another way ?

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Select in the xBrowse cell
Posted: Wed Sep 02, 2020 02:53 AM

If you want to copy only a part of the text of a cell, that is the only way.

Pressing Ctrl-C copies full contents of the highlighted cell when nMarqueeStyle <= 3 and the entire row when nMarqueeStyle >= 4.

Regards



G. N. Rao.

Hyderabad, India
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Select in the xBrowse cell
Posted: Wed Sep 02, 2020 05:25 AM

Thank you

Continue the discussion