I extended the form EcoResProductDetailsExtended by:
1. Adding the InventItemBarcode datasource (outerjoined from inventTable) and adding the bar code field of the table to the main grid of the form
2. I added a custom QuickFilterControl, right next to the existing one
What I want to accomplish now is that I can enter bar codes into my custom quickfiltercontrol and that then the grid filters based on that.
I'm not sure how to approach this. I would guess something like extending a form control method and calling the executeQuery method, but I cannot find any form control method on the form to extend.
(the form inherits the quickFilterControls property from the FormRun class, which is a map...)
Does anyone know how to accomplish this?