Hi,
You can try with below code
CurrPage.SetSelectionFilter(yourrecord); yourrecord := rec; if yourrecord.FindSet() then totalcoount := yourrecord.count;
Hi Ibakordor Kharmih,
please have a look at SetSelectionFilter
SetSelectionFilter gets the selected records, and you can just do a .Count() after getting them.