The Combobox class from 08/2013 handles incremental search as the user enters characters. The exact same code with the current version of combobox does not.
PRG code:
RC Code:
What changed in the class, and what do I need to do to get it to work with the lastest code ?
PRG code:
REDEFINE COMBOBOX oCbx VAR oClir:clicty ITEMS aCit ID 865 OF oDcl ;
STYLE CBS_DROPDOWN MESSAGE "Enter the clients city" UPDATERC Code:
CONTROL "", 865, "ComboBox", WS_BORDER|CBS_DROPDOWN|WS_VSCROLL|WS_TABSTOP, 58, 100, 154, 191What changed in the class, and what do I need to do to get it to work with the lastest code ?
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
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