-
I'm writing a program that will use MSFlexGrid to view some information that is stored in a data base. When the user types stuff into the search box, a normal text box, the FlexGrid will highlight elements that match to what the user is typing, while the user is typing. Like, the user types "m". So the Grid will highlight the first item starting with "m". Simple. I know how to apply this to a ListBox. But I seem to be a little stumped about how to do it with a FlexGrid. I would really appreciat it if someone could help me, or give me a link to some site where they might have more information on this. Thanks!
-
Umm, why not use SQL??
The is a language called SQL which is designed for this exact reason, why not use it?? Anyway, just put like.
Like. dtaRecord.RecordSet = "Select..."
hmm
-
Do you know a site where I could gather some more information on SQL? I'm still just learning...
-
hmm, unfortunatley not..
I don't actually know any sites where you can learn SQL. But I have got one on my hard drive if you want it. Anyway, it's your if you want it. Thanx
-
That's okay, I will then look for some myself. Thanks for your help! :D