FindBar Demo
This demonstrates a hot-type find object. All the code is contained in the FindBar field. As you type text into the FindBar, after a brief delay it will re-query a memory database for data matching what you type, in the columns defined in a constant in the FindBar Field. You can change which columns you want to search for data in simply by adding or deleting columns from this constant. As you backspace, it will take that into account as well. Once you begin to type, an "x" image will appear with code that will reset the FindBar and restore the original data.