Good afternnon to all,
after a simple query like, in a test web application
TXDataWebDataSet .Close;
TXDataWebDataSet .QueryString := '$filter=startswith(Descrizione, ''MAG'');
TXDataWebDataSet .Load;
I'm not able to get the total record count
I tried with
TXDataWebDataSet .Recordcount (*1)
or
'$filter=startswith(Descrizione, ''MAG'') + '$count' (*2)
but
(*1) reterun always 0
(*2) i get a long red error message into browser
The query works well because the webdbgrid is rigth filled.
Thank's for your help
Regards
Daniele