I am using Crystal 6.
My question is this: Is it possible to somehow reference the page number of specific sections or fields or any objects (once the report has been rendered)? I have a number of sections each comprised of an empty underlined text object (intended as a comments section for users to annotate after printing) with the intention of adjusting the amount of rows in relation to the length of the report so as not to move on to two pages.
I can add the
If TotalPageCount > 1 then Surprises
but this will also hide the sections on the first page.
I would like to refer to each section or text object specifically and check if it is on a page greater than 1 and suppress it if so.
Any ideas?
My question is this: Is it possible to somehow reference the page number of specific sections or fields or any objects (once the report has been rendered)? I have a number of sections each comprised of an empty underlined text object (intended as a comments section for users to annotate after printing) with the intention of adjusting the amount of rows in relation to the length of the report so as not to move on to two pages.
I can add the
If TotalPageCount > 1 then Surprises
but this will also hide the sections on the first page.
I would like to refer to each section or text object specifically and check if it is on a page greater than 1 and suppress it if so.
Any ideas?