PRG code:
Code: Select all | Expand
REDEFINE COMBOBOX oCbx VAR oClir:clicty ITEMS aCit ID 865 OF oDcl ;
STYLE CBS_DROPDOWN MESSAGE "Enter the clients city" UPDATE
RC Code:
Code: Select all | Expand
CONTROL "", 865, "ComboBox", WS_BORDER|CBS_DROPDOWN|WS_VSCROLL|WS_TABSTOP, 58, 100, 154, 191
What changed in the class, and what do I need to do to get it to work with the lastest code ?