How can I GET a record from an Indexed Database while I visualize from small window the data that mach my keystrokes.
Example: If I stroke the number 1 in my Get, all the records of my database that starts from number 1 appears in the indexed order on the popup window, then I stroke the second number 2 (result 12) and all the records starting with numbers 12 appear and so on until I stroke the Enter key to terminate the Get. If possible also navigate up and down in this popup window to select the desired record.
Can somebody give me a sample of this program ?
Example: If I stroke the number 1 in my Get, all the records of my database that starts from number 1 appears in the indexed order on the popup window, then I stroke the second number 2 (result 12) and all the records starting with numbers 12 appear and so on until I stroke the Enter key to terminate the Get. If possible also navigate up and down in this popup window to select the desired record.
Can somebody give me a sample of this program ?