the TableInputSearch(MyTable.MyColumn, ...) function opens the search-field above the column but doesn't show the cursor.
TableInputSearch(MyTable.MyColumn,SearchDefault) ReturnToCapture(MyTable.MyColumn)
will cure that and enable users to input a search value without having to click the search field first. |