Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
1) I am using the code of Search as you type combobox.The script works fine when records are selected from the combobox,but when I need to enter new I cannot enter.Especially If a name say Ramesha has already been entered in the database and I need to enter a name Ramesh, I am unable to do so.Please help me modify the code.I am using it in registration of new names where the combobox is used to help in registering new name by helping with common names
Tutorial at tutorial - 1
Source code at SourceCode zip

2)I am querying a field which is Yes/No.I want to add data when the answer is NO i.e 0. What code is more suitable?
VB
If adodc1.Recordset.("Status") = 0 then or
If adodc1.Recordset.("Status") <> -1 then

I am sorry but i did not know whether I should have pasted the code or not after giving the links because the code is very long
Posted
Updated 21-Aug-10 17:15pm
v3
Comments
Christian Graus 21-Aug-10 23:57pm    
VB6 was obsolete a decade ago, and sucked well before that. Have you considered that if you used .NET, you'd get these sort of components for free ?
darryl_co 22-Aug-10 9:56am    
Thanks for the comment but can I get some help!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900