Home > Back-end > DBLookupComboBox display problems
DBLookupComboBox display problems
Time:10-10
A DBLookupComboBox, according to customer information, including customer ID, customer name, But sometimes the customer information is more, so I want to add a button, click select in the new form the customer, after the original form of DBLookupComboBox will display the corresponding value of the selected, The problem is, it seems that DBLookupComboBox only drop-down choice after change the value of the displayed text is read-only, I chose the value cannot reflect in the new form to DBLookupComboBox, Description Or am I the wrong direction, use the combobox, assignment text, this combobox shows two columns, seemed very difficult,
CodePudding user response:
Help!
CodePudding user response:
DBLookupComboBox is binding and field. It will display the contents of the current record by its DataSource binding field. If you want to change, according to the parent window will be manually moving the corresponding record pointer. MoveBy (n)