Hi all, I have an issue in one RTC report I've created.
I have in my report 2 data items with same indentation, each having the same table as data item indented beneath it, eg.
Item
--CustomTable A
> (1)
Manufacturer
--CustomTable A
> (2)
In the Classic Client the report prints fine!
I need to print on my RTC report only data from CustomTable A, not from Item or Manufacturer table.
First from CustomTable A (1) and then from CustomTable A (2)
I've put checkboxes in the request page to show or not Item CustomTable A records
or Manufacturer CustomTable A records.
So far, so good. The detail rows print smoothly showing A (1) or A (2) records according to what check boxes I've checked.
My big problem is that I can't seem to control how to correctly show the
ReportItems!COMPANYNAME.Value and ReportItems!MyReportCaption.Value
on the Page Header.
I cannot show these two report items, although I've put the hidden textbox info for them
to the right of each detail row ( CustomTableA(1) row & CustomTableA(2) row )
I suspect that I haven't put the hidden info text boxes for these report items in the correct place. Do I have to put them elsewhere??
Below, I'm attaching a screenshot of the report design to show you what I mean
Any help would be welcome.
Thanx
* IF NOT done THEN REPEAT UNTIL done *
0
Answers
you can create a new table as a first table in body of the report and place those hidden fields in that..
and also please check the dataset result in about this report?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
The funny thing is that the PAGENO textbox on the right prints very well each time, but maybe it's got to do with the fact that this is a System Variable and it's different in some way from the ReportCaption label and the COMPANYNAME textbox.
I've created a new Table in the RTC Body section and put those hidden info there but nothing changed.
Can u please look at the pic I attached & tell me where would you put those hidden info textboxes in order to show those 2 items of the Page header on the top of every page???
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Can you be more specific on exactly what values do I need do check?
And how to check? with debugger?
Thanx
to check the dataset we need to activate about this report first and then run again..
search the forum with about this report and dataset result..
http://mibuso.com/forum/viewtopic.php?f=32&t=48738&hilit=about+this+report
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
After adding an Integer data item on the report, it looked like this:
Integer
--Item
----CustomTable A
> (1)
--Manufacturer
----CustomTable A
> (2)
Then I put all the header details to the Integer Header and the hidden info
at the bottom, in a new details section.
It ran pretty smoothly showing everything in place.
Thanx