FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour mouse and xbrowse
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
mouse and xbrowse
Posted: Tue Dec 30, 2008 05:20 PM

I want select with the mouse a column(field) from a record to another on a xbrowse.
can I make it on a listbox ?
How I can make it ?
Thank in advance

Best Regards, Saludos



Falconi Silvio
Posts: 445
Joined: Thu Feb 21, 2008 11:58 AM
Re: mouse and xbrowse
Posted: Tue Dec 30, 2008 08:43 PM

Silvio,

With the recurse drag & drop, maybe it's possible.
In the class xBrowse, you can use the method ::CurrentRow() to get selected rows and method ::oCol( cHeader ) to get the data properties and another things of the cHeader object column

Still exists the method ::ClpRow( lFullRow ) to copy the fully data of selected rows

Any function for get data of selected row at xBrowse and put it into listbox... with ::add()

Peace and lighting!

Júlio César M. Ferreira

FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: mouse and xbrowse
Posted: Wed Dec 31, 2008 12:06 AM

try to create a sample test please

Best Regards, Saludos



Falconi Silvio

Continue the discussion