Using Crystal XI with a ProvideX database.
I'm writing an invoice form grouped by invoice number with 5 details sections and need Crystal to create a second page after 20 detail records. Some of the detail sections may be blank while other populated, which is where I think I'm having the trouble.
This is what I have so far and it doesn't seem to be working depending on which details sections are blank.
I placed a counter @counter in the last detail section:
whileprintingrecords;
NumberVar Counter;
Counter:=Counter + 1
A reset in @reset in the page header:
whileprintingrecords;
NumberVar Counter;
Counter:=0
Any help is greatly appreciated!
I'm writing an invoice form grouped by invoice number with 5 details sections and need Crystal to create a second page after 20 detail records. Some of the detail sections may be blank while other populated, which is where I think I'm having the trouble.
This is what I have so far and it doesn't seem to be working depending on which details sections are blank.
I placed a counter @counter in the last detail section:
whileprintingrecords;
NumberVar Counter;
Counter:=Counter + 1
A reset in @reset in the page header:
whileprintingrecords;
NumberVar Counter;
Counter:=0
Any help is greatly appreciated!