rbuser
Comments
-
Nico
Perhaps a sill question but how do you keep the ppFormatSettings in sync
with any changes you make to the FormatSettings object. Is it as simple as
ppFormatSettings := FormatSettings?
Regards
… -
Op 21/02/2011 15:33, Nico Cizik (Digital Metaphors) schreef:
Could a change in dateseparator or time format be the cause of empty
pdf-files?
Dominique
-
Op 21/02/2011 15:28, Nico Cizik (Digital Metaphors) schreef:
Hi Nico,
can this be done one time at startup of the application or should this
be done each time a report is created?
Thx,
Bernaert DominiqueHi,
I've found the problem.
OldDec := DecimalSeparator;
OldThousand := ThousandSeparator;
try
DecimalSeparator := ',';
ThousandSeparator := '.';
TextEditor.LoadFromFile(RTFTe…Hi Nico,
I'am using Report Builder 12.02 and Delphi 2010.
I've tried an static RichText Component everything looks like normal, the
PDF was readable.
But when using this:
TextEditor.LoadFromFile(RTFT…Tnx for update.. but.... upgrade server / add any MB ...
add mirror for first 1-3 days....
download the last update is always slow..very slow... 3 - 7 K max ( every
time )
3 hours for download rb____.exe.…Nico
Thanks
John
Printed the wrong Report. It works just fine changing the Font of the
RichText :-)
When the RTF-template isn't Read-Only the problem isn't there.
Does Report Builder write something into the template?
Ah, I just found the thread "Change PDF resolution".
Report.PDFSettings.ScaleImages := False
solved the issue. Quality of PDF is now as expected.
Report.PDFSettings.CompressionLevel has also influence on the size of …it's a old big problem
It is incredible RB don't fix this.
Cool, thanks.
It Worked
Lucian
> One option is to create a PageStyle band
Yeah, I got there as well.
This I don't understand, but I am not finished. I'll see how it goes
Yes, that's what threw me on the right track.
Thx> I have a very simple report to create, that should contain 22 little
I think I wasn't clear enough. It's not only images that the report
will contain. It's also a few bits of data, I use a TppJITPipeline to
feed the report.…Nico Cizik (Digital Metaphors) wrote:
Ok, but the detail has just 8mm height, while my images are 40mm
height. Will that work, inserting them on the detail band without
altering it's height for other rows to come?
Always happy to help
Thanks for creating the patch. I've sent an e-mail like you requested.
Regards,…A small addition:
I've seen both WiKi articles about that topic, but wanted to get it working
with that SystemVariable, i.e. without global variables etc.
How do you sort based on a field the cross tab is not using? my query
results are exactly how i need them how do i then show this?
Hi Nico
But if I add the numeric field I cannot hide it can I?
Version 10.09.
This is a multi-part message in MIME format.
This is a multi-part message in MIME format.
so i got the calc tab but there is no code so im a bit unsure if i have
broken something here, where can i get the demos again?
I found a demo that does what im after i think but there is no calc tab?
as previously mentioned the 'OnGetCaptionText' event.
Nico,
Thanks for your help, I've managed to sort it out.
Ken
Nico,
The only thing I can't manage to do is detect if a detail band is the last
one on a page.
Ken
Nico,
I only want the 'interim balance carried forward' to appear if the group is
incomplete. In this case the 'interim balance brought forward' must also be
at the top of the next page.
It cannot go in the footer, …Nico,
Thanks for the input. I'm trying to create the equivalent of a bank
statement to very strict guidelines and it's been a tough one!
I now have everything else covered but am strugging with the last bit. This
is…For any other readers of this thread, Nico and I have now tracked the
issue down to the fact that we currently use an old ReportBuilder add-in
called TExtraDevices. This is why the PDFSettings properties had no
effect. ExtraDevic…