FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Redefine Listbox with Multiple selection
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Redefine Listbox with Multiple selection
Posted: Fri Jun 06, 2008 01:43 AM

Hello,

Is it possible for multiple selections with REDEFINE LISTBOX?

Thank you,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Redefine Listbox with Multiple selection
Posted: Fri Jun 06, 2008 02:46 AM
cdmmaui wrote:Hello,

Is it possible for multiple selections with REDEFINE LISTBOX?

Thank you,


Hi Darrell,

you can try TWBrw17A from Rossine.

Regards,

Richard
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Redefine Listbox with Multiple selection
Posted: Fri Jun 06, 2008 04:51 AM

Darrell,

Below is an old message from my notes. TWBrowse doesn't have multiselection built-in, but you can do it as per the message.

xBrowse has multiselection built-in.

James


From: "Gino Siviero" <kec@axess.com>
To: <jbott@compuserve.com>
Subject: Re: Highliting multiple lines on a TWBrowse
Date: Monday, July 16, 2001 11:00 AM

Hello James,

I tried it with arrays... And it works !!!

Then, I thought, if I can do it with arrays, I should be able to do it with a file in a TWBrowse. I did it !!!
By adding a new field to my database, I update that field when I select the record. When the field is updated, I also created a oLbx:nClrPane:={IIF( field = .T., nColor1, nColor2)}... Works even better... I can now go to the database and process all records with this field at .T.

I thank You for the inspiration (and your solution !!!)

Regards,
Gino Siviero

kec@axess.com

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion