rbuser
Comments
-
That article did not seem to help me much. I could not get the example to
run or the code example to work with my code.
I have also tried to copy the auto search values using the following:
procedure TIWUserSession.ConfigureSub… -
Thanks Nico,
My "manual link" workaround with a search criterion populated from the
main report in its ReportBeforeOpenDataPipelines() event is a nice
workaround that I'm happy with. Thanks for the helpOn 10/06/2014 18:41, Paul Toms wrote:
Update: the bottle neck seems to be actually caused by third level
TdaQueryDataViews that are data pipelines for subreports nested within
the subreport that I originally was referring to. …On 10/06/2014 18:29, Paul Toms wrote:
OK, hold fire for a bit...may have found something. Will pick later if
have more news...
in Slow Subreport Architecture (v15.04)
Comment by rbuser
June 2014
On 10/06/2014 17:58, Nico Cizik (Digital Metaphors) wrote:
When working in the Designer the main reports selection criterion (on
master table primary key) is hard coded; when printing from print menus
in the main area of our a…Nico Cizik (Digital Metaphors) wrote:
Ok, it might take a couple of days...
Two things:
1) My current test project uses ClientDataSet and ppDBPipeline for the
source of data - would you prefer I remove CDS…Nico Cizik (Digital Metaphors) wrote:
As I suspected...
Well, the customer says they would "never print a single page like
that" (HA! Prove it to me and I still won't believe it!) so it isn't a
problem.
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
I'ts not a single image - it's a PDF file that I'm carving into
multiple EMF files in memory at runtime.
For any given work order, I'm effectively preparing a…Ed Blanchard wrote:
I have a test project where I tried a variation of your suggestion.
It's working, but I have two problems
1) printing "current page" from print preview.
When a PDF page is d…Nico Cizik (Digital Metaphors) wrote:
Hmm, sounds slick - thanks!
I'm concerned about memory allocation - the print run might require 50+
pages to be printed, which would call on 50+ pdfs.
Also, this is th…Thanks Nico,
The Calc tab on the Data page is very powerful for this kind of thing.
We also write lots of stored procedures that we call from here that get
around all sorts of reporting headaches. So we have calc fields like <…Nico and Lucian,
This article has caused us no end of trouble and headaches, even when we
adopted revised techniques suggested by Nard. The fact is that the
complicated decisions the report engine has to make about where to se…Hi Nico,
I've seen those and tried some, somehow it didn't work form me. Still
though, I got it using the main report summary band AfterGenerate and
directly add from 3 variables which I keep references to. I'm now
fighting…I'm on Delphi XE7 and RB 12.something (where can I find the the version
numbers?)
Regards,
Lucian
Nico Cizik (Digital Metaphors) wrote:
A sample project is in your e-mail.
Thanks,
Bill
Nico Cizik (Digital Metaphors) wrote:
Nico, I have worked around this by creating a small dataset for the
subreport. Everything seems to be ok, except that when I look at the
report, the cover page is not produced.
wmeyer wrote:
Simplifying, I have removed from the subreport all components other
than two lines. I have removed almost all code that affects the
subreport. Apparently, putting a subreport into the TitleBand of my
rep…Good Morning,
To our knowledge base, solved the problem by adding a TThread.Synchronize
involving the filter DataSet.
Thank you so much
Nico Cizik (Digital Metaphors) wrote:
OK, so I've got a solution that seems to be working, based on checking
these properties. In the first pass, I'm saving the first page number
of the sub-report. This is done in the OnPr…Nico Cizik (Digital Metaphors) wrote:
Delphi XE7, and ReportBuilder 12.03
I've tried all the likely looking events, and
OnStartFirsPass/OnEndFirstPass seem like the ones to use. The issue is
how they fire.…Thanks Nico
I didn't know that. It works perfect!!! and it's very usefull
Thanks a lot
El 14/02/2017 a las 14:40 p.m., Nico Cizik (Digital Metaphors) escribi?:
---
El software de antivirus Avast ha analiza…"Samuel Iseli" wrote in news:3d69fd98@dm500.:
Does the Bold framework provide a way to get an object's properties at run
time? If so you can create a custom pipeline that uses it to create the
necessary fields.
Hi Jim
I see that a pipeline is needed for report data traversal, but why can't the
report engine just pass 'fieldnames' it encounters in datafields on to the
pipeline and print the result it gets back ?
thanks
<…Yes the user connects to the data and we can connect to the printer as
well.
My bad...you'd think after 5 years of delphi i wouldn't forget to
incremenent a while loop wouldn't you?
But i'm glad i could take out all the bookmark stuff too..
Incidentally, what is the bookmark stuff for?
A quick fix I did was to disable the redraw of the form. It goes a little like
this:
------
Get the bookmark
SendMessage(MyForm.Handle, WM_SETREDRAW, Ord(False), 0);
Print;
SendMessage(MyForm.Handle, WM_SETREDRAW,…Thanks for your prompt reply Jim.
I was not clear about the controls. This is a one-pass report. The
controls are on the Delphi form. As the print dialog displays over the
form, the controls on the form are flashing data as t…Thanks Jim -
That was timely, I just got RB7 yesterday (not installed yet)
Just curious, what creates the threaded …Okay i've got the calc tab (added raide to uses)...but still no query
designer..
Is this because i'm using JIT pipelines?
I was using Pro...now looking at enterprise (want to see what RAP can
do!)...
At Delphi Design-time i see the data and calc tabs...but at run-time i
don't. Why is this?
Sorry for all the questions...bit of a RB newbie…