VB database Highlight SEARCHED CHARACTERS

  • Thread starter Thread starter Mike Phan
  • Start date Start date
  • Tags Tags
    Database
AI Thread Summary
The discussion centers around a VB6 database program's SEARCH function, which successfully navigates to rows containing matching characters but lacks clarity when multiple matches exist. The user seeks assistance in highlighting the found characters within the rows to distinguish between them. A participant suggests consulting documentation for specific functionality or providing more details about the issue for better assistance, indicating that the community may not have extensive VB6 expertise.
Mike Phan
Messages
67
Reaction score
0
Hi,

My VB6 database program SEARCH function is working alright, but not perfect.

For example, as the time I type characters in the SEARCH box, the cursor from the database table will move to coresponding row which has those characters. If the row has more than two the same characters as the search box, I don't know which one the program meant to point to.

Therefore, I want that the found characters (in the row) would be highlighted. Anyone can help me this? Thanks a lot!


Mike Phan
 
Technology news on Phys.org
What exactly is the problem...?

If you don't know how to do it, check your documentation. Not many people here would know VB6 this intimately. So unless there's a specific problem you need help with, we can't just code something for you.

Show us what's wrong, if there is a problem. If not, look for certain functionality in your documentation.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Back
Top