Android Question Search ListView populated with LoadSQLLiteDB

GeoffT660

Active Member
Licensed User
Longtime User
I'm trying to Search a ListView column and move to the row containing the unique search value entered by the user. The user may will also need to search on other columns but only one column in any search criterion.

<Code>tblJobs.AddToActivity(Activity, 0, 10%y, 100%x, 50%y)
tblJobs.LoadSQLiteDB(sqlBN,strSql,True) </Code>
 
Top