Find in a DataGrid
Posted: Thu Oct 18, 2012 5:34 pm
The following quote describes the different forms of the Find command that works for fields on a card:
Larry
This actually works for the fields in a DataGrid but in such s 'random' way as to be useless. There are datagrid commands FindIndex and FindLine that will find the date in a particular column if there is an exact match. Is there any way to find the index or line in the datagrid when you want other than an exact match?The six forms of the find command search in different ways. The find normal, find chars, and find words forms search for each word in the textToFind, but the words don't have to be together to be found; they only have to all appear on the same card. The find words and find wholeforms look for complete words only. The find string and find whole forms search for the textToFind as a unit.
Larry