Página 1 de 1

TDBComboBox

Publicado: Vie Oct 20, 2006 5:47 pm
por Ingo Junge-Herrmann
Ignacio,
TDBComboBox with dropdown-style.
Typing a char into the control's editcontrol sets TDBComboBox:oDataField:lModified
to .T.
Selecting a item from the dropdownlist doesn't affect oDataField:lModified.
Isn't it so that the 'buffer' will be modified in both cases?
Why lModified isn't set to .T. in the second case?
Regards
Ingo