rbuser
Comments
-
Sorry wrong group - please respond on general group
-
I have tried placing both subreports inside a section subreport with the
reset page number on/off i still had problems. I also tried placing
Subreport3 in the summary band of Subreport1.
Eventually I botched it up using a variab… -
What version of RB you use Karen?
-
Nico,
Thanks for the explanation and tech tip.
It works now!
Karen
-
In article <438c631c$1@dm500.>, "Nico Cizik \(Digital Metaphors\)"
-
I have RB 9.03.
There's any event code for this.
I resolved my problem by setting my SubReport in pbSection instead of
pbChild.
is it correct ?
-
The only thing i would like to accomplish is to make the order in the IDE,
in the Report Tree, Report Outline to reflect the real order that the
subreports are printed.
I have changed the order that the subreports are printed during… -
The 1 record that is being displayed is correct, does this help?
-
The pipeline for the daylevel subreport has a field called dayid as does the
pipeline for my bands sub report
I have verified that the fields are being populated correctly
I have no idea where to go from here!
… -
That is actually what I did, but I wasn't sure from your 1st post if that is
what you were recommending. When I print this report I still get blank pages
after both the 2nd and 3rd section subreports. Here is what I've found as
I'… -
I'm confused here, so if you could clarify I would appreciate it. I tried
what I thought you were suggesting and it didn't work.
I moved all my main report stuff into it's own Section SubReport and then
put this SubReport in t… -
I got it to work by changing the DataPipeline to the image records rather
than the project so that there would be a DetailBand for every image rather
than one DetailBand for all images in the project. I then set the Columns to
5 in th… -
Nard,
I had already set a flag when I found out that BeforePrint was firing on the
next page. I replaced it with the use of the OverFlow property and it still
creates endless pages.
Chris
-
Nard,
Thank you for your response. The Band.PrintHeight is set to phDynamic and I
am creating the images in the Band.BeforePrint procedure. When the first
page is filled up with images, and it tries to go on to the next page, it… -
Muchos gracias! I performed the data check and visibility toggle in the
TppReport.BeforePrint, and it worked.
Thanks again,
Chris
-
that's all right, many thanks !
-
Thanks, it worked
-
Worked it out.
Thanks
-
Hi!
Can I solve this Problem on another away (some few changes in your source)?
Because our company is using ReportBuilder 5.5 in some big projects and
sometimes we
had to cheat to get the wanted results.. and so I have fe… -
Nard,
Any news on this one?
Regards,
Jeroen.
-
Nard,
Which subreport event or method could be used for this purpose? Looking at
TppEngine.Init() there doesn't seem to happen a lot before
OpenDataPipelines() which could be overwritten.
Regards,
Jeroen R?ttink<… -
This now works ok in 10.01 for simple subreports. I would like to connect my
dynamic subreport to a data pipeline as well. But when I preview a report
containing this dynamic subreport the first time I get 'No SQL statement
available'… -
Hi Nard,
I saw the release notes for 10.1 mention that the demo code was changed. Is
it only the demo code that has changed or is it also a fix in RB10. If it's
only the demo can you tell me what has changed?
Regards,… -
Hi Nard,
I can get the 'record not found' error if I take the following steps:
- create new report
- place 'Dynamic Loading Subreport' in the header
- turn to the preview window (content is not correct)
- go back… -
Hi Nico,
You're a genius! I moved the setting of the visible property to before the
report is printed, and it works like a champ. I did try it in the
report.beforeprint event, and it was the same as previously reported. I <… -
Upon further investigation.....
The problem only shows up if multiple reports are generated during one
execution of the program. Examples:
1. First report has no data for the second subreport. This works fine, and
Hi,
I hope Nico or Nard sees this thread. I tested it with RB 7.04 and don't see
any problems.
Regards,
Jeroen.
Hi,
I already did set to 'tow pass', but it didn't work !
Best regards,
Mike
Mike,
You have to set 'pass setting' to 'two pass'. That should do the trick.
Regards,
Jeroen R?ttink
Hi Nico,
Thank you for your advise.
I tried what you told, but it could not correctly show the total pages of
individual customer invoice.
i.e. There were two pages of one invoice, and I put a ppSystemVariable1 in