FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Combobox AutoFill
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Combobox AutoFill
Posted: Thu Dec 03, 2015 01:19 AM

In earlier versions of FWH, I had the ability to use a CBS_DROPDOWN Combobox control that would auto fill from the array when someone started typing the characters. I had a combobox.prg dated 8/7/13 that I was linking into my app.

With my current version 15.09 b5 that capability is not included. Perhaps I missed a change somewhere ?

I don't want to link in the old .prg because much has changed. However, I know my clients appreciate that feature and do not want it gone.

Can anyone provide some guidance ? Thanks.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Combobox AutoFill
Posted: Thu Dec 03, 2015 10:05 PM

Tim,

Have you tried oComboBox:lIncSearch := .T. ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Combobox AutoFill
Posted: Sat Dec 05, 2015 01:03 AM

OK ... apparently I missed that in the notes.

I looked in the Wiki ... both the command and class ... not mentioned
I looked at the source and missed it in the DATA line

I need to remember to also do a search in WhatsNew ...

Anyway that is what I need. Thanks.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit

Continue the discussion