Hi.
I have the following field, which counts the number of records (staff) displayed on each page. However, on some pages it skips a record, and I'm wondering what is wrong with the formula I have and how I can fix it. Please help. Thanks.
WhilePrintingRecords;
Global NumberVar x;
x:=x+1;
x
kg
I have the following field, which counts the number of records (staff) displayed on each page. However, on some pages it skips a record, and I'm wondering what is wrong with the formula I have and how I can fix it. Please help. Thanks.
WhilePrintingRecords;
Global NumberVar x;
x:=x+1;
x
kg