rbuser
Comments
-
Hi Nico,
I've just (finally!) upgraded to RBP 14.08 (still under D7Ent) - the
issue has completely disappeared.
I'm having a few 'head-scratching' moments with a third-party graphics
component (custom registered graph… -
Hi Nico,
Thanks for the example, but still
there is something I am doing wrong probably. Here is the
real situation with the real variable in Report SummaryBeforePrint event:
procedure SummaryBeforePrint;
var
Nevermind,
I've found some more messages related to that issue and have read about the
patch.
Hi Nard,
thanks for your reply.
Best wishes for 2013.
Kind Regards
Ruud
Hi,
Any improvemnts on this subject (PDF/A-1a) in version 15?
Ok, thanks.
I thought that may be there was a way to get it.
Hi Nico,
Thanks for the code snippet. It helped.
Andy
Hi Nico,
Thanks for your reply. I can confirm that the problem still exists with
14.08. I'll need some time to reduce the report to a simple demo, which
I don't have at the moment unfortunately, so I'll just use my work
…Hi Nico,
My apologies - I got that wrong. The PPDBMemoProblem component (the one
that is dynamic and stretches) is supposed to be in the DETAIL band, if
this is of any help, and it's the Detail band that is set to Dynamic. I <…One line of code and everything is fine now, thanks a lot!
And I'm sorry I didn't mention earlier that I use ShowInPanel :>
Hello Nico,
In article <50fdb8da$1@mail.>, Nico Cizik (Digital Metaphors) wrote:
Thank you for rembering me to look to the Wiki
in More About Mailing
Comment by rbuser
January 2013
In article <50fd5069$1@mail.>, Digital Metaphors wrote:
Okay. Thank you.
Okay. This was only a wish!
I had to modify you sources todo the following:
* OnBeforeMail
In the BeforeMail …Thank you. Works like a charm.
Once again, Fantastic Support!
Take care,
Chris
Hi Nico,
It looks like it's possibly related to a couple of entries in the
rbuilder.ini file. I removed the two instances of NewReportTreeWindow
from that file (one was something like [NewReportTreeWindow] and one was
li…Thanks - after cleaning was able to install 14.08 with no issues.
One thing you might want to consider. I'm running WIN7. In one of
steps you have users search the hard druve for any occurrance of da*.*
. On my machine that ret…Hi,
is there any reason why the lists of pipelines and fields in the
designer is not sorted by default? Every time after a update I insert in
TppDataPipelineList a call to 'sort':
procedure TppDataPipelineList.Build…An update to this issue.
It works fine if I use the standard preview form. It only happens when I
register a custom Preview Plug In.
I set
TppPrintPreview(Viewer.Report.PreviewForm).PrintButton.Visible:=False
and…Nard Moseley (Digital Metaphors) wrote:
http://www.digital-metaphors.com/rbWiki/General/Getting_Started/Resources_for_Learn…Hi Niko,
Thanks for your reply. Indeed I'm doing that at present, but as Paul has
mentioned, it would be much more simplistic and neater to be able to
just set a border property - especially at runtime. :-)
Th…On 31/01/2013 05:04, Adam H. wrote:
If that would circumvent the need for dropping seemingly endless amounts
of line components on report to create grid effects then I'd second that!
BTW, when I set the PassSetting to psOnePass the problem seems to be
solved, but I really need to know the number of pages.
Hello Nico
I need to create for each component in my GroupFooterBand a draw
component to make it possible to draw the GroupFooter on every page
like in your example "GroupFooterOnEveryPage". And because in my program
the…Paul Toms wrote:
I had the same idea and have just done the work to copy all the fields
to the detailband and set the header band not visible.
Now It works like a charm.
I would believe that the header and foote…What happens if you move all the fields to the Detail band?
Paul Toms wrote:
Hello again.
Yes, sorry, I meant records.
Now I have all the fields on the header band and they all fit where
they should be in the page.
I set the HouseNumber field as IndexFieldNames in …I assume that by "posts" you mean records? If so, then surely you just
sort the invoice table by CustomerID (or Customer Name) and then you add
a Group to the report that uses the same field. All your DBText controls
then go in the…Nico Cizik (Digital Metaphors) wrote:
Thank you, Nico.
I have never tried this before in Delphi's label component, but it has
the same issue. Standing in Object Inspector using Caption property -
nothing happens when …Nico Cizik (Digital Metaphors) wrote:
Hello Nico.
Unfortenately it did not have any effect on the Caption.
On my keyboard the alfa is reached by AltGr + 2.
Nothing happens in the Caption with or without Hyperli…Kai Inge Buseth wrote:
Forgot to mention that I use Unicode UTF8.
Kai Inge