Thank you in advance for any help you can offer. Here is a description of the problem.
A List Lookup control has the following properties | |
And it has these filter-by values - Control: 'sltCompany' | |
Positive test works as expected... - filter value = results | |
Negative test works as expected… - no filter value = no results | |
…until I start setting the control value programatically using Javascript | |
After function set the control value, no results are returned. Even manually retyping the filter value, the filter no longer works | |
Reload the form, manually type the filter value, and the filter works again. | |
Then execute the Javascript to override the typed control value... | |
...and again the filter no longer works, even manually retyping the value, no results | |
Normal Javascript, nothing extravagant |