Hello:
The links above aren't working any more, I have the same issue. I want to get the selected value from a combo box and view some ather filed of that selected value.
If I want to get the selected value from a display list is fairly easy:
LookUp('Orden de trabajo';numero_OT=ot_seleccionada.Selected.Value;nombre_ot)
Where:
'orden de trabajo' is the entity
"ot_seleccionada" is the name of the display list box
"numero_OT" is the name of the field from "orden de trabajo" wich I'm getting from "ot_seleccionada"
nombre_ot is the name of the field I want to see from the select item in "ot_seleccioanda"
How can I do something similar with a combobox?