|
From: Basso, L. F. <lf...@vi...> - 2011-10-14 12:07:42
|
2011-10-14 08:50 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * include/guilib.ch #xcommand @ <x>,<y> COMBOBOX [ <oCombo> ITEMS ] <aItems> ; #xcommand REDEFINE COMBOBOX [ <oCombo> ITEMS ] <aItems> ; + CLAUSE [ MAXLENGTH <nMaxLength> ] ; * source/hcombox.prg + DATA nMaxLength INIT Nil + METHOD MaxLength( nMaxLength ) assigned size limit text in combobox EDIT same behavior EDIT * METHOD Requery ! fix assigned initial value when bsetget = nil ! fixed nHeight in METHOD ACTIVATE * METHOD onEvent ! fixed use ARROWS in combo EDIT Luis Fernando Basso lf...@vi... |