Re: The Lookup field of the lower lines are inactive in the
Posted: Wed Feb 07, 2018 6:46 pm
In the subform, I have 2 dependent Lookup fields: L1 and L2
In the parent field, I have a hidden field.
This hidden field is used to filter the search table of L2
I have assigned a Hover event on L2
The Hover event of L2 assigns the value of L1 to the hidden field
So when we click on L2, the query filters on on the value of the hidden field (corresponding to the value of L1 therefore)
The Hover event only works on the added line just after saving the form. This does not focus on the extra lines.
Max
In the parent field, I have a hidden field.
This hidden field is used to filter the search table of L2
I have assigned a Hover event on L2
The Hover event of L2 assigns the value of L1 to the hidden field
So when we click on L2, the query filters on on the value of the hidden field (corresponding to the value of L1 therefore)
The Hover event only works on the added line just after saving the form. This does not focus on the extra lines.
Max