Avoid a page to be printed
Avoid a page to be printed
Hi all,
Is there a way to avoid a page to be printed? For example: my datasource contains a list of rows, and only rows with variable1 set to 1 should be printed, the other ones (variable1 set to 0) should be skipped. So kind of like set a condition
if(variable1 = 0) then
page.skip;
to some event.
Is there any chance to do this?
Thanks for your answers in advance.
Greets
Is there a way to avoid a page to be printed? For example: my datasource contains a list of rows, and only rows with variable1 set to 1 should be printed, the other ones (variable1 set to 0) should be skipped. So kind of like set a condition
if(variable1 = 0) then
page.skip;
to some event.
Is there any chance to do this?
Thanks for your answers in advance.
Greets
Re: Avoid a page to be printed
Hello.
Could you specify do these rows should be in the report but shouldn't be printed or this rows shouldn't be in report at all?
You could set the condition property of the data band.
Thank you.
Could you specify do these rows should be in the report but shouldn't be printed or this rows shouldn't be in report at all?
You could set the condition property of the data band.
Thank you.
Re: Avoid a page to be printed
Hello Aleksey
Thanks for your quick answer. These rows should't be in the report at all. The problem is, that I cannot influence the rows or the dataset. It's given to the report by the application, which we cannot change. Setting a condition to the databand would still print the header or footer of the report, right?
Thank you.
Mandy
Thanks for your quick answer. These rows should't be in the report at all. The problem is, that I cannot influence the rows or the dataset. It's given to the report by the application, which we cannot change. Setting a condition to the databand would still print the header or footer of the report, right?
Thank you.
Mandy
Re: Avoid a page to be printed
Hello, Mandy.
Could you specify which version of our product are you using?
Thank you.
It depends of the Print if Empty property.user_81 wrote:Setting a condition to the databand would still print the header or footer of the report, right?
Could you specify which version of our product are you using?
Thank you.
Re: Avoid a page to be printed
Hello Aleksey
I think we have a special Version from our software provider. It says "2012.2.1310".
On the data band I've got a "Print if Detail Empty" property. The data band itself contains nothing, but it's got a few child bands. So I tried to put in a textfield in the data band with content
The data band is empty, wenn variable1 is 0. Then I set the property "Print If Detail Empty" to true, but the page is still printed.
Any other ideas?
Thanks,
mandy
I think we have a special Version from our software provider. It says "2012.2.1310".
On the data band I've got a "Print if Detail Empty" property. The data band itself contains nothing, but it's got a few child bands. So I tried to put in a textfield in the data band with content
Code: Select all
{IIF(variable1 >0), "Text", "")}
Any other ideas?
Thanks,
mandy
Re: Avoid a page to be printed
Hello.
I am sorry if my reply was crude.
However, I would like to clarify our position. According to our support policy the customers of our customers are not our customers.
For example, a company purchases our product to integrate into the application. Then the company sells their application to a customer. The customer finds a problem. He/she sends a bug report to the manufacturer who is our customer. If the issue is related with our product the manufacturer who is our customer sends the report to us. We fix it. Why we follow such rules of tech support? Because the number of customers is many many thousands and this will slow down work of our support team with registered users. In addition we do not know how the customer uses our product in their application and we do not have to learn the product he/she created.
Thank you.
I am sorry if my reply was crude.
However, I would like to clarify our position. According to our support policy the customers of our customers are not our customers.
For example, a company purchases our product to integrate into the application. Then the company sells their application to a customer. The customer finds a problem. He/she sends a bug report to the manufacturer who is our customer. If the issue is related with our product the manufacturer who is our customer sends the report to us. We fix it. Why we follow such rules of tech support? Because the number of customers is many many thousands and this will slow down work of our support team with registered users. In addition we do not know how the customer uses our product in their application and we do not have to learn the product he/she created.
Thank you.