Results 1 to 5 of 5

Thread: dbase seach engine using flexgrid...

  1. #1
    Dr. Shim
    Guest
    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!

  2. #2
    Hyperactive Member Wak's Avatar
    Join Date
    Nov 2000
    Location
    Brisbane, Queensland
    Posts
    298

    Talking 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

  3. #3
    Dr. Shim
    Guest
    Do you know a site where I could gather some more information on SQL? I'm still just learning...

  4. #4
    Hyperactive Member Wak's Avatar
    Join Date
    Nov 2000
    Location
    Brisbane, Queensland
    Posts
    298

    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

  5. #5
    Dr. Shim
    Guest
    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
  •  



Click Here to Expand Forum to Full Width