https://bugs.documentfoundation.org/show_bug.cgi?id=145212
Robert Großkopf <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Robert Großkopf <[email protected]> --- Seems you really use a combobox for filling data in a field for a foreign key. Combobox is used for writing data, which are created new or selecting data of a list of data. The "normal" usage is to set a combobox for a field, which contains some text and set the SQL code like SELECT DISTINCT "Name" FORM "Table_Person". So you could choose an "old" name and add new. Filling in content for a field, which is a field with foreign key, should work with a a List Box. -- You are receiving this mail because: You are the assignee for the bug.
