using B4xtable.size , i get the total row count ... that's right
now , when i write in SearchField , the b4xtable will be filtered and view the rows that meet what is written in SearchField but the B4xtable.size STILL give the total rows .
What i need exactly :
I have a Label (lbl1) which i used to view the total rows displayed in the table .
in B4xtable_DataUpdated , i added this line : lbl1.text = b4xtable.size , it works fine . but when writhing in SearchFiled , the row count is not updated !
Many Thanks .