|
-
Apr 11th, 2001, 06:48 PM
#1
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!
-
Apr 11th, 2001, 08:10 PM
#2
Hyperactive Member
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
Visual Basic 6.0 Enterprise
Visual C++ 6.0 Professional
Wak 
-
Apr 12th, 2001, 01:30 PM
#3
Do you know a site where I could gather some more information on SQL? I'm still just learning...
-
Apr 13th, 2001, 01:23 AM
#4
Hyperactive Member
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
Visual Basic 6.0 Enterprise
Visual C++ 6.0 Professional
Wak 
-
Apr 13th, 2001, 12:05 PM
#5
That's okay, I will then look for some myself. Thanks for your help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|