Hi,
I use in my group Header a formula :
//@RecordNo
WhilePrintingRecords;
Shared NumberVar RecordNo := RecordNo + 1;
RecordNo
2 things :
1) How can I give it a '01','02','03' instead of '1','2','3'
2) How can I let Crystal stop counting this records after eg. '10' lines, than at record '11' count again from '01' and stop again after eg. '20' lines, etc...
thanks for helping me
jm
I use in my group Header a formula :
//@RecordNo
WhilePrintingRecords;
Shared NumberVar RecordNo := RecordNo + 1;
RecordNo
2 things :
1) How can I give it a '01','02','03' instead of '1','2','3'
2) How can I let Crystal stop counting this records after eg. '10' lines, than at record '11' count again from '01' and stop again after eg. '20' lines, etc...
thanks for helping me
jm