Antonio...
in my case, without change TCombobox all elements RC file originally CBS_DROPDOWNLIST must be change to CBS_DROPDOWN.
and now, after change TCombobox like your suggestion :
- Code: Select all Expand view
* if lAnd( ::nStyle, CBS_DROPDOWN ) // originally
if lAnd( ::nStyle, CBS_DROPDOWNLIST ) == CBS_DROPDOWN // your suggestion
and all Style Combobox has back to originally, i get the error like this:
Application
===========
Path and name: e:\APPKsk\1304\fKsk.exe (32 bits)
Size: 3,643,392 bytes
Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 9656)
FiveWin Version: FWHX 13.03
Windows version: 6.1, Build 7600
Time from start: 0 hours 0 mins 9 secs
Error occurred at: 10-05-2013, 08:31:25
Error description: Error BASE/1070 Argument error: ==
Args:
[ 1] = L .T.
[ 2] = N 2
Stack Calls
===========
Called from: .\COMBOBOX.PRG => TCOMBOBOX:REDEFINE( 315 )
Called from: .\fAgroBKMUser.PRG => UPDT_FBKM( 1659 )
.
.
.
maybe you can send the file to me at:
Mulyadi@ksk.co.id or
mrmulyadi32@gmail.comthanks....
Mulyadi