rbuser
Comments
-
I can find the subreports of the report , but i dont know how to get the
object for the tppSubReport(iObject)
(if iObject.ClassName = 'TppSubReport' then begin ... end)
any help would be appreciated!
thx!
-
Hi, thx for the responce.
I tried folowing but no result... (halfways implemented the FindUserObject..
I'm searching ....
var
lBand : tppBand;
idBand : integer;
idBandCount : integer;
iOb… -
I didn't see a way to rename a group level, it seems to always be
group[0,1...].
Thanks,
Karen
-
Jim,
thanks, got it.
Cheers,
Chris Ueberall;
-
Hi Jim,
this page cannot be found!
Cheers,
Chris Ueberall;
-
First of all, thanks for your help.
However this doesn't seem to solve my initial problem of getting a header to
print on each page of my subreport. By putting the header information into
the title bar on the Main report, the h… -
OK, I made my subreport a type of SECTION from the main report, and clicked
StartNewPrintJob. Now all I get is a blank page to start, then all the
pages of my report without any header at all. I don't believe I've ever got
the heade… -
I am using rb 7.02 ent. The problem is that I am using the variable simply to
fire its oncalc - the oncalc programatically accumulates many non-report
variables according certain criteria.
-
Probably well known to most of you - but had my data set up wrong.
Setup master pipeline containing one record per customer to which the rest
were linked below.
Put components I wanted to stay in place on main report.
Put … -
I should have added - what happens is the subreport containing the
ppvariable moves on to the next group and gets out of sync with the main
breaking group of the other subreport.
-
Thanks for your prompt attention.
It is a little more complex unfortunately.
I need a side by side printing capability - for multiple detail records they
need to be able to extend down the page to the right of and past the top of
I listed this in my initial post to you asking if it was the problem.
My problem is that I have a combination of landscape and portrait reports
and any combination can be selected by the user. Don't you have a way to
use the sa…I was able to duplicate this using a small sample program. I sent it to
address you specified. Please let me know what I am doing wrong or if it is
a bug. I had to recompile the Walers ExtraDevices with the change you made
to 7.02,…Jim,
It didn't used to be that complicated. If you clicked, print to file, and
using Walers ExtraDev, selected PDF - the file only was output to pdf
format. Now it not only goes to PDF, but to the printer as well. I was
…Hi Inna,
IIRC, you have to use the z-order. Use 'Bring to Front'/'Send to Back'
HTH,
Chris Ueberall;
Thanks Jim,
I understand how to count the group pages, but how to control the total page
count for every group ?
I have another problem with a similar report that has only a detail band and
some sub reports on that band.
If WOLORegion is visible, then I don't want a BottomOffset, so that property
is not what I need.
The main detail band has a before print event, which just sets the visible
property on the subreports that are in it. All the othe…Jim,
i solved it that way, but it feels more natural had it been implemented on
the subreport
anyway RB still keeps amazing me, i'm constructing a report with tons of
subreports all hooked up to other data and it simply works...<…Hi Jim,
Once again you have saved the day.
I was using a query and not a dataset.
Works fine now.
Regards
Trish Lee
Unfortunately I still have the same problem even taking your example and
transferring the tables to our own. We are using Advantage Database server.
The problem is that the report does not show anything but just sits with
blank outpu…
Is is true that when a sub-report is opened then the whole report is being
regenerated?
Jim,
Thanks for the help. I'll try it out in the morning.
Will the first report print landscape too, whatever the main report has for
the printersettings?
Regards,
Wouter Devos
Jim,
Perhaps I have not made myself clear. I have no problem with the RAP tab.
The only thing I want to do is to hide the Preview tab.
You suggested a few days back to set TabsVisible=false. But this seems to
work when there are …Jim,
Ok for loading the subreport but when is it unloaded (because it certainly
is not saved with the main report when I leave the designer and save the
main report)?
My problem with tab visibility is that when there is a RAP tab…Ok Jim I'll try that.
Any ideas about the rest of my questions? Hiding the preview tab might be a
bug.
Thanks
Yannis
Hi Jim,
I don't have Master Pipeline, only Detail. The thing is the following: I'm
looking for a solution for printing stringgrids with report builder for many
years. I need to assign TStringgrid to a report and don't find any s…Jim:
Checking the detail against the master like this did the trick:
if (DataModule2.NRSCDMemo.FieldbyName('Case_Id').asString =
DataModule2.NRSCDStub.FieldbyName('Case_Id').asString) and
(DataModule2.NRSCDMemo…Jim:
I put the code in for testing of ppdaNoRecords in DataPipeline.State but
the logic fell through.
The issue is the pipeline itself is not empty but the master for this
subreport has no detail records (confirmed).…Jim:
I tried Option #2 and it worked great for one of the 3 situations I have.
The other 2 breaks I would want to occur only if there was data in the 2
tables to print.
How would I test for a non-empty DBPipeline in RB?