1
I need to recover the value of the property Selectedvalue of a Combobox that is connected to my table through Livebindings.
I have seen suggestions to connect the Selectedvalue to the TAG property of the Object to which you are doing Livebindings or to another object, such as Label, when Livebindings connects to a table field (foreign key for example). But I would like to find a more standardized solution, this has an appearance of "gambiarra".