DBCombo Incremental Search?

Post Reply
Horizon
Posts: 1323
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 4 times

DBCombo Incremental Search?

Post by Horizon »

Hi,

I want to use incremental search in dbCombo. I could not find any sample. How Can I use it?

I also want to set the result of first dbcombo to second dbcombos cVar at onchange. How Can I set the cVar variable of DBCombo from outside the class.

Thanks,
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
Horizon
Posts: 1323
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 4 times

Post by Horizon »

Hi,

I have solved the my second problem. But I have not used the dbcombos incremental search.

Any idea? Thanks,
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
User avatar
James Bott
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

Hakan,

The dbcombo in your version of FWH has a broken incremental search due to changes made to its parent combobox class. You will need to upgrade to the latest version.

Regards,
James
Horizon
Posts: 1323
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 4 times

Post by Horizon »

Thanks James,

Antonio,

Is there any solution to my problem without upgrade the version.
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
User avatar
Antonio Linares
Site Admin
Posts: 42519
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Post by Antonio Linares »

Hakan,

We can provide you the current Class TComboBox so you can check if it solves the problem.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Horizon
Posts: 1323
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 4 times

Post by Horizon »

Thanks Antonio,

How Can I get the Class TComboBox?
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
Post Reply