Recent

Author Topic: TDBLookupComboBox buggy writing  (Read 2701 times)

lander

  • New Member
  • *
  • Posts: 31
TDBLookupComboBox buggy writing
« on: October 16, 2021, 08:41:15 pm »
I'm using a TDBLookupComboBox. Auto-complete and auto-dropdown are allowed. Problem is that after I filled it through DB and start writing it find quickly the word searched but then I can't write anymore because the component auto delete what I'm writing.

Here the proof:
https://postimg.cc/kVfLHHW0
« Last Edit: October 16, 2021, 08:53:42 pm by lander »

dseligo

  • Hero Member
  • *****
  • Posts: 1195
Re: TDBLookupComboBox buggy writing
« Reply #1 on: October 17, 2021, 12:21:39 am »
What do you have in DataField and DataSource properties?
Maybe DataSource is not in the edit mode.

jesusr

  • Sr. Member
  • ****
  • Posts: 484
Re: TDBLookupComboBox buggy writing
« Reply #2 on: October 17, 2021, 12:29:29 am »
What version are you using?
DbLookupComboBox has got some fixes which are available in the Lazarus fixes version, if you are not using that version, please try it and test your application (https://wiki.lazarus.freepascal.org/Getting_Lazarus#Getting_Lazarus_from_the_GitLab_server), if there are still problems, please submit a bug report (https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues), this way you can get updates on the fixing progress.:

lander

  • New Member
  • *
  • Posts: 31
Re: TDBLookupComboBox buggy writing
« Reply #3 on: October 17, 2021, 10:11:33 am »
What do you have in DataField and DataSource properties?
Maybe DataSource is not in the edit mode.
YES! Those fields was blank. Thanks both, it is solved.

 

TinyPortal © 2005-2018