searching in a Listview

Heinz

Active Member
Licensed User
Longtime User
i need a code for searching in a Listview.
it would be nice, if i could search like in
B4PPC (table.filter).
the founded entries can then selected
in the listview.
Is it possible with the Regex library ?
which pattern must be created ?

sample for a list:
B4X:
00210,Portsmouth,NH
00211,Portsmouth,NH
00212,Portsmouth,NH
00213,Portsmouth,NH
00214,Portsmouth,NH
00215,Portsmouth,NH
00501,Holtsville,NY
00544,Holtsville,NY
00601,Adjuntas,PR
00602,Aguada,PR
00603,Aguadilla,PR
00604,Aguadilla,PR
00605,Aguadilla,PR
03901,Berwick,ME
03902,Cape Neddick,ME
03903,Eliot,ME
03904,Kittery,ME

search all of name = ..o.. or Postal = NY
 
Last edited:
Top