qwertzuiopasdfghjkl
Programmer
Hy folks,
hope you can help me with my problem.
I have a comboboxes in a Class-container bound to a table. Im setting the order to "Order2" and do a seek(). After finding or not I change the Order back to its origin ("Order1").
the Problem lies within the drop-down-list of the combobox. It wont show the correct Entry as selected. For example we found entry 4 during the seek() with name "General Motors". After changing the Order back entry 4 is selected in the combobox with name "CarCompany2". But thats not the entry that should be selected it should be "General Motors". Now how can i tell the combobox to select by name and not by index. Or tell it to just select the right entry.
Following are the presets of the combobox. If you need anymore I am happy to provide them.
ColumCount = 1
RowSource = TabMarke.Marke
RowSourceType = 2 (Alias)
All of these are set during the init of the container.
Hope i the problem is clear and any one of you has any ideas to solve this.
hope you can help me with my problem.
I have a comboboxes in a Class-container bound to a table. Im setting the order to "Order2" and do a seek(). After finding or not I change the Order back to its origin ("Order1").
the Problem lies within the drop-down-list of the combobox. It wont show the correct Entry as selected. For example we found entry 4 during the seek() with name "General Motors". After changing the Order back entry 4 is selected in the combobox with name "CarCompany2". But thats not the entry that should be selected it should be "General Motors". Now how can i tell the combobox to select by name and not by index. Or tell it to just select the right entry.
Following are the presets of the combobox. If you need anymore I am happy to provide them.
ColumCount = 1
RowSource = TabMarke.Marke
RowSourceType = 2 (Alias)
All of these are set during the init of the container.
Hope i the problem is clear and any one of you has any ideas to solve this.