![]() |
woodey2002 2/12/2020 |
Hi Eddy, setInterval(function () {
|
N
|
Nir Frumer 2/12/2020 |
hi |
E
|
Eddy Keuninckx author 2/12/2020 |
Thanks for the swift reply! I tried both of the proposed solutions but without result. It is as if the dropdown doesn't notice the change of the field "Category" and consider it as empty. |
S
|
Steve Seymour 2/12/2020 |
Thanks for the swift reply! I tried both of the proposed solutions but without result. It is as if the dropdown doesn't notice the change of the field "Category" and consider it as empty. When I f.e. add a space to the field "Category" and then delete that space, it works fine. When I save the record and reopen it, all is working fine. So it's only happening when adding a new record. Cheers Eddy
|
E
|
Eddy Keuninckx author 2/12/2020 |
Thanks halcyondaze, the field was set to NOT NULL. When I save the record, the field Category is saved with it's value and when I reopen the record, the dropdown is working as foreseen. |
E
|
Eddy Keuninckx author 2/13/2020 |
I'm still working on this. Any idea if this could work or something similar?: |
S
|
Steve Seymour 2/13/2020 |
I'm still working on this. Any idea if this could work or something similar?: $("ctrlDetailCategory").trigger("change"); I'm not sure if this code is correct and if it can work.
|
E
|
Eddy Keuninckx author 2/14/2020 |
He halcyondaze, do you have these issues in a popup window? |
S
|
Steve Seymour 2/14/2020 |
He halcyondaze, do you have these issues in a popup window?
|
E
|
Eddy Keuninckx author 2/25/2020 |
I changed the field from "Dropdown box" into "list page with search" and that works. Dropdown would be better though. |