Posted 4 December 2024, 8:24 am EST - Updated 4 December 2024, 8:29 am EST
Hello.
I am utilizing a C1TrueDBGrid which is already populated with numerous records.
I need to conduct a search within a specific column, for instance, “CoilNumber,” for all entries similar to “Coil123456.”
I am looking for a VB.Net code that accomplishes the following:
locate all matching entries,
add the rows of the found entries to the SelectedRows, and bookmark these rows.