FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Selecting text in a cell
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Selecting text in a cell
Posted: Tue Mar 16, 2021 11:19 AM

Hi,

Is it possible to select a text fragment in an XBrowse cell with the mouse and copy it to clipboard ?

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Selecting text in a cell
Posted: Tue Mar 16, 2021 01:21 PM

You can copy full contents of a cell by clicking Ctrl-C and then pasting anywhere you want.

If you want to copy only a part of the text in the cell, then the only way is to make the column editable, enter edit of the cell and block the text wanted and press ctrl-C.

Regards



G. N. Rao.

Hyderabad, India
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Selecting text in a cell
Posted: Tue Mar 16, 2021 01:42 PM

Thanks

Continue the discussion