Hi,
I have an entry field that I want the user to type in what they are looking for, in this case, a customer name. I want the program to receive each letter as it is typed. Right now, I can get the previous letter as it is typed from the event, but I need the current letter.
For example, when the user types "G" in the field, the event-proc returns to the field variable blank, then when the user types in the next letter, "Gi" being what is in the entry field now, the event-proc returns the "G". I need to have to return the one being type at the time, not a lag as it does now.
Does anyone have a solution to this?
Thanks,
Kevin