View header and Footer sometimes
View header and Footer sometimes
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.
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
Hi Edward
Thank you
Please me in solving this problem can help
ThanksIn the Demo.exe sample application, press 'Design' button first and then open attached above report.
But still gives error (Photo previous post)What product and version do you use?
Thank you
Please me in solving this problem can help
- Attachments
-
- 326.Untitled3.jpg (22.27 KiB) Viewed 2596 times
View header and Footer sometimes
Hi
Here is a report template for you report engine version.
Thank you.
Here is a report template for you report engine version.
Thank you.
- Attachments
-
- 327.Report.mrt
- (21.12 KiB) Downloaded 252 times
View header and Footer sometimes
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
With your help I was very close to the answer
Please open attached report in Demo.exe sample application:
Thank you very much
- Attachments
-
- 329.Report1.mrt
- (22.39 KiB) Downloaded 331 times
View header and Footer sometimes
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.
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.
- Attachments
-
- 330.ReportSortedByColumnFromVariable.mrt
- (25.67 KiB) Downloaded 299 times
View header and Footer sometimes
Hello
I do not want to sort
I just would like to apply condition (DataBand2.CountData > 0)
Your post Attachment thirteenth taking conditional
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
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
Hi Edward
I still am waiting for your beautiful answers
Thankful
:grinder:
I still am waiting for your beautiful answers
Thankful
:grinder:
View header and Footer sometimes
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
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
- Attachments
-
- 332.Report1.mrt
- (25.4 KiB) Downloaded 314 times
View header and Footer sometimes
Hello,
You can use following code in BeforePrintEvent of databand:
Thank you.
You can use following code in BeforePrintEvent of databand:
Code: Select all
DataBand1.Enabled = DataBand1.CountData >= 2;
View header and Footer sometimes
hi
Thank you.
This is the code what to do?You can use following code in BeforePrintEvent of databand:
Code:
DataBand1.Enabled = DataBand1.CountData >= 2;
Thank you.
Thank you.