Im looking for a way to pass the values from my listfield to a textfield.
The listfield looks like this:
SID HID CENTRAL DATE TIME
ABC AB YES 15.02.2017 15:00
DEF DE NO 15.02.2017 17:00
... .. .. .......... .....
Is there any way to pass a value of the selected entry into a textfield?
I need to pass the HID
value of the selected entry into a textfield of my form.
if i select the first entry "AB
" should be send the value to the textfield "hid2
"