Reference selector does not keep selection

0
Never had this problem before. I have an association from table A to B. In de form for table A I have a reference selector on the association to B. It shows all (valid) records of B. Nothing strange. I select one of the values, the dropdown closes. The selected value of B is for a split second in the reference selector field and then it gets emptied. No clue here? Anyone?
asked
2 answers
0

is there an on-change event set? looks like a refresh

answered
0

Oops I found it.

If the reference selector for the same association is twice on the same form (but e.g, with a different ‘selectable objects’), then changing the second one will succeed, but then the entire form will be evaluated and the first one will empty the second one.

I suppose this changed somewhere between 7.18 and 7.23.

answered