fast search function

For searching a database object one usaally enter the first known characters of a keyvalue. After pressing the return button the program will search for a first matching data-record. In case there are more than one similar keyvalue one may look for the next records by press the buttons or cursor-keys.



For this case now we have constructed the "quick-search" methode, which looks for suiting records after pressing the "search table button" and showing the found records within a listbox as shown below.
As an example we entered just "F" and the listbox showea all articles beginning with "F" (here all the float glasses). By doubleclick onto one of the lines in side the listbox, the related database record will be shown in a mask as by earlier selections methods.