Page 2 of 3
View header and Footer sometimes
Posted: Fri Feb 05, 2010 1:03 am
by Andrew
Hello,
What product and version do you use?
In the Demo.exe sample application, press 'Design' button first and then open attached above report.
Thank you.
View header and Footer sometimes
Posted: Fri Feb 05, 2010 3:16 am
by so29
Hi Edward
In the Demo.exe sample application, press 'Design' button first and then open attached above report.
Thanks
What product and version do you use?
But still gives error (Photo previous post)
Thank you
Please me in solving this problem can help
View header and Footer sometimes
Posted: Fri Feb 05, 2010 4:01 am
by Edward
Hi
Here is a report template for you report engine version.
Thank you.
View header and Footer sometimes
Posted: Fri Feb 05, 2010 9:57 am
by so29
Hi Edward
With your help I was very close to the answer
Please open attached report in Demo.exe sample application:
Thank you very much
View header and Footer sometimes
Posted: Fri Feb 05, 2010 2:16 pm
by Edward
Hi
If you need an idea how to sort a databand based on the Column name as a variable value, please see attached report, or please provide more details on your task.
Thank you.
View header and Footer sometimes
Posted: Sat Feb 06, 2010 12:31 am
by so29
Hello
I do not want to sort
I just would like to apply condition (DataBand2.CountData > 0)
Your post Attachment thirteenth taking conditional
Code: Select all
Totals.Sum(Categories,Categories.CategoryID<3?1:0) == 2
but I have only two string fields in Databand2
fields that only the character and not sign or number, etc.
Please post your thirteenth such conditions put on the string fields to act
View header and Footer sometimes
Posted: Sat Feb 06, 2010 11:08 am
by so29
Hi Edward
I still am waiting for your beautiful answers
Thankful
:grinder:
View header and Footer sometimes
Posted: Mon Feb 08, 2010 9:00 am
by so29
Hello
Please open attached report in Demo.exe sample application:
What justification you have for it?
I tried for a long time that I can solve this problem :redeye:
And the loss suffered was
See more tips please
View header and Footer sometimes
Posted: Mon Feb 08, 2010 1:26 pm
by Jan
Hello,
You can use following code in BeforePrintEvent of databand:
Code: Select all
DataBand1.Enabled = DataBand1.CountData >= 2;
Thank you.
View header and Footer sometimes
Posted: Tue Feb 09, 2010 10:35 am
by so29
hi
You can use following code in BeforePrintEvent of databand:
Code:
DataBand1.Enabled = DataBand1.CountData >= 2;
Thank you.
This is the code what to do?
Thank you.