Lots of obvious errors in that code, Eric.
Please use this:
WhilePrintingRecords;
numbervar final_count;
If DistinctCount({tblPurOrdersHis.db_DateRec}, {tblPurOrdersHis.db_PONo})> 1 then
final_count := final_count + 1;
-Abhilash
Lots of obvious errors in that code, Eric.
Please use this:
WhilePrintingRecords;
numbervar final_count;
If DistinctCount({tblPurOrdersHis.db_DateRec}, {tblPurOrdersHis.db_PONo})> 1 then
final_count := final_count + 1;
-Abhilash