What happens if the same BAQ is called before it’s results are returned?
I have a few tools I’ve written that allow the user to scan in a part or bin to get info. Currently, I’ve placed a refresh button next to the input to refresh the BAQ after the user updates the criteria. This is kind of tedious to always have to click the button.
I have considered just adding an OnChange event for the textbox that calls the BAQ but what if the BAQ hasn’t returned results before the next keystroke comes in, which it probably wont?
Are there any other approaches, is this ok, or should I abandon ship? Thanks!