to select a record on xbrowse I use a field call "select" of 1 character
when I wish select a record I change the field select with a replace
sample :
Replace MV->SELECT with "x"
OR to deselect I use another replace
sample :
Replace MV->SELECT with " "
it run ok but I see the operation is too slow
how I can make to make it fast ?