Hi, Im new to this Forum. Im facing a problem from long time.
I have a text box. If user types a character, I should display the itemname (records/data) into Flexgrid starting from those characters. Note that User only types the character and he doesn't press Enter key.
I ve return the code in Change event of the textox. But it is taking too much time. For every character I press, im calling search functioin where im searching and displaying the records starting from those characters....
Im Using VB6.0 and SQL Server 2000
Can anyone help me to get out from this problem....
Thanks in Advance....
I have a text box. If user types a character, I should display the itemname (records/data) into Flexgrid starting from those characters. Note that User only types the character and he doesn't press Enter key.
I ve return the code in Change event of the textox. But it is taking too much time. For every character I press, im calling search functioin where im searching and displaying the records starting from those characters....
Im Using VB6.0 and SQL Server 2000
Can anyone help me to get out from this problem....
Thanks in Advance....
Comment