
Dear Experts,
I want to make a mail report where I want to show the total no of posted records in a particular days. What is the syntax for count the no. of records.
For example I want to show the data like this.
*This post is locked for comments
I have the same question (0)Please close it.
I have done it through
recPurchRcptHeader.RESET;
recPurchRcptHeader.SETRANGE("Posting Date", TODAY );
IF recPurchRcptHeader.FINDSET THEN
NoOfDocument := recPurchRcptHeader.COUNT;
Here NoOfDocument is a integer type variable.
No. query is resolved.