rbuser
Comments
-
On 05/09/2017 21:37, Ian Branch wrote:
The report builder help file says:
***********
TppImage.Picture Property
public property Picture: TPicture;
The Picture property contains the graphical image tha… -
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
Thanks. Will stick with the method I have.
Out of curiosity, I did try the YppImage.OnPrint method but couldn't figure out how to actually load the image from
the file… -
My first thought is to put a couple of images on the header, sized & positioned appropriately, and then just make them
visible, or not, in the Header BeforePrint event, depending on the Code.
-
Hello Nico,
Thank you very much for the workaround.
And great that you add this feature to the improvement-list.
-
Obviously perfomance is an issue the way the report is constructed.
Sent an email to support@ ...
Carsten Eider schrieb am 22.09.2017 :
--
Hint: We altered the sources!Hint: We altered the sources!
-
Sounds not so bad, but customers descriptions are getting more
precisely
- report shall be previewed
- on generating preview, sandclock is turning wildly
- click on "print button" is possible, but no reaction
- obviou… -
From my notes on this (think Nard posted this a while back):
Its an Easy Print issue. You need to i) turn it off, and then ii)
install the printer drivers for the remote printer on the Terminal
Server, since Easy Print is no … -
Upto now i can Not reproduce the Error on my machine. There are
some archives which cause the Error on customers system on
printing but Not on my pc
"Nard Moseley \(Digital Metaphors\)" Wrote in message:
Jonatan, normally you turn on merge (click the merge text box in the
RichText component) and insert DB fields as merge fields within the
RichText box.
--
p.s. I am using ReportBuilder version 12 and I am not allowed to use
more recent version.s
Nico Cizik (Digital Metaphors) wrote:
--
That is not really what I need, the last day of a month, because the
record for the last day of the month may not exist. What I am thinking
is sorting by date and using a group and…
Hi Nico,
I received the email just as I was pulling to the customer site.
Worked perfectly - many, MANY thanks.
You'd think that after the dozen years or so that I've used RB I'd be
used to great support f…Thanks for follow-up Nico
I'm looking to use metafile so I can let it scale for me...
I'm modeling about 50 shelving units - each is 96x34 inches - expressed
in 100th of an inch.
Each shelf has any combination …Great hints, works as expected
BTW, Property template and its events are not published to IDE in 18.0.
Tia Carsten
Nard Moseley (Digital Metaphors) hatte dann diese Idee :
--
Hint: We alt…I Have been testing some events.
Beforepritn seems not to be the solution, as added designlayers are not
shwon within designer and its preview.
After playing around, I think he best solution to update my templates
is afte…Hi Nard,
the end-user shall be able to design a template (header or footer,...)
once and re-use it in several reports. This template can contain any
element being supported by RB.
He will be able to choose one (or m…On 11/6/17 9:11 AM, Nico Cizik (Digital Metaphors) wrote:
Thank you very much Nico, it worked for me.
(I'm on RB 18.0, BTW)
Regards,
Mario
Okay, but saving will be done to file or database directly?
What if i just want to save some parts of the report or do some
modifications before saving?
Am 09.11.2017 um 18:44 schrieb Nico Cizik (Digital Metaphors):
I am trying to reproduce it reularly, but i could not do it.
Someitmes a report works, sometimes it fails.
Could it be an issue with a virus-scanner?
File is stored from database into a temporary file for loading into
Hi Nico,
setting "ppViewer1.SinglePageOnly:=true" did not solve the issue, it
even caused an EAccessviolation in ppDrawInfo.pas, 1077 on drawing a
Jpeg-Image.
Any other ideas?
Nico Cizik (Digital Me…Hi Nico,
step 3 is different:
3.) Reloading archive from database
4.) Preview is correct
5.) Printing to any pDF/XPS is correct
6.) Printing on dedicated printer ==> wrong output
Tia Carsten
Nico Ciz…Just send an email to support with a detailed analysis of the code
Nico Cizik (Digital Metaphors) stellte die Frage :
--
Hint: We altered the sources!Hint: We altered the sources!
Nico Cizik (Digital Metaphors) machte diesen Vorschlag :
Works fine!
--
Hint: We altered the sources!Hint: We altered the sources!
Am 12.12.2017 um 17:28 schrieb Nico Cizik (Digital Metaphors):
Any hint how to calculate the proper percentage?
page.heigthinPixel/window.heigth?
Table was not open :-[!
Now works!
Nico Cizik (Digital Metaphors) drückte sich sehr genau aus :
--
Hint: We altered the sources!Hint: We altered the sources!
Hi,
Is it possible to manually install new version, without remove the
older ? I always have problem with dependancy (like ppChrtDP, ppChrt
...) when I remove/install new ReportBuilder version.
--
Arnaud
…I tried this code with PDF Architect 4 and PDFCreator as well, but all
those PDF printers give strange characters instead of Baltic/Cyrillic
characters when printing silently to file. When printing interactively,
there is no proble…
The following code prints reports silently into PDF file, that is fine.
But there is problem - diacritics in the static labels is replaced with
strange characters. That is not acceptable.
ppReport.Device:=dvPrinter;Ah Ha! All good now.
Tks Nico.
Regards,
Ian