Hi ,
//if we comment the line below to call and we have executed the locate for the dataset and
//currently not sure if we are on the first record ,
DMConnection.tableSelection.First ;
//it will not be able to find the record even if the id exist in the dataset unless the dataset start from
//first
if DMConnection.tableSelection.Locate('id', id ,[] ) then
showmessage('found!');
is this intentional in TMS Webcore ?
Thanks ,
Kalmen.