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
Falconi Silvio
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
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()
try to create a sample test please