Hello,
I am using a multicolumn combo with two columns: customer_id and customer_name. The combo supports autocompletion when the user types in some text. Is it possible to reduce the text to the customer_id while being in edit mode and show customer_id + customer_name after leaving edit mode?
Example: The form loads and shows '10300 test' as selected value. When the user enters the combo to search another customer, only the id '10300' should be shown in the combo.
I tried changing the display_value when entering and leaving edit mode but I cannot find any events that inform me about that.
Thanks,Stefan
Hi Stefan,
I'm not sure if this can be done, but one way you might try to go about it is by using a DataFilter. It seems like it would be pretty tricky, though, and again, I'm not sure if it's even possible.