rbuser
Comments
-
Good Morning,
I've set the properties Pen.Mode pmCopy and Style psClear, too. Export
it to PDF and it looks very good.
Thank you.
David
-
hi Nard
it is printed at the end of the report but the value is set at the end of
page event.
Also when putting a dbcalc (sum) in a footer the value the text is not the
sum of the items in the report, it is one reco… -
Dear nard,
Thank you very much for your help.
Sorry, I try 3 times for save post in here but always I saw error.
If you will add rotated warp text in next release then it is very useful
for us.
Regards,
P.S. I am using RB 14.06 Standard on Delphi (sigh) 7.
Hi Michael,
i can't find the line where the bitmap is created?
@{@TppPDFRendererCustomText.RenderToPDF }
procedure Tp…Hi Nard,
after hours of testing I got the same error on my computer, too.
But I don't understand why it works via Delphi but not about the
Webapplication. (both on the same computer).
I've set the propertie PrinterName to …Hello David,
PDF export of reports with lots of text elements leaks GDI resources. In the unit ppPDFRendererCustomText method TppPDFRendererCustomText.RenderToPDF add a lBitmap.Free to the end and checkout if the problem is gone. You can …Hello,
I researched the problem and found a really bad bug! In the method TppPDFRendererCustomText.RenderToPDF a local bitmap is created and never relesed again ... which means, that for every single text element a bitmap is leaved behing…Hi,
I send you a mail with example.
Regards
Roman
"Nico Cizik (Digital Metaphors)" píše v diskusním príspevku
Hi Nico,
I'm able to recreate it with a simple example. Do you have components from
Developer Express?
I would like to use TdxMemData as a dataset for example creation...
Regards
Roman
"Nico Cizik (Digital …@All: It works with RB 14.06 Ent!
Kind regards,
Gerd Brinkmann
invent GmbH
"Gerd Brinkmann" schrieb im Newsbeitrag news:5047afb8$1@m…Hello Nico,
I tried this with RB 12.05 (Build 251) - the same problem.
You have mail.
Kind regards,
Gerd Brinkmann
invent GmbH
Thanks,
display format of a text object in RAP using the
Was what I was looking for
Mike
Thanks for the reply. In practical, the data in TClientDataSet instance
is fetched from TDataSetProvider + TSQLDataset. I have no control over
the fielddefs structure.
--
Best regards,
Chau Chee …Ok Think I May have overcome this by using PrintDialog.DefaultFileDeviceType
:= 'TextFile';
regards Ian
Thanks for the Synapse link Nico. Now I understand why that line is
commented out. However, I'm not sure that I understand what Synapse is
recommending:
"In other words? add your BCC to your SMTP delivery code only! Do
n…Got some more info
Caused by using gradients in the point-settings of the plan component.
Disabling the gradients makes the component appear in the pdf
The access violation can be circumvented by adding the following line …I've givven up on all of this.
I am working towards simnply printing my reports by 1st saving the report as
pdf, and then print it using Acrobat.
I also have problens with preview: some lables / dbtext disappear (likely
behind …Hi Nico,
I will continue with this on Monday. The problem is that this is an in house
application that is almost 14 yeares old. The highset level of Delphi ever
used was V7. It makes use of a lot of form inheritence. A recend …Unfortunately "small delphi app that MAY be able to regenerate the problem"
did NOT regenerate the problem.
The printers are all Rico Aficio ,
1 X Model MP C2550
2 X model MP C2050
All printer drivers are updated to thge latest version.
The issue is on both Win7 and WinXP computers., but NOT all user have the
problem.…Thanks Nico,
I will have to send out a desktop support technician to all the workstations
to gather info regarding the printer and computer makes and models, and to
make sure the latest printer drivers are loaded.
I alre…desktop suppoer = desktop support. Sorry.
Hello Nico,
thank you for looking about this.
I don't think, that I can make an example. The program that shows this
errors its very difficult with 14 DBPipeline, 15 JitPipelines and 13 Querys,
most of them with Aft…Hello,
than the german text is
"Berechne Seite für "
Kind regards,
Gerd Brinkmann
invent GmbH
Hello Nico,
you can find this in RB 12, when you press in the preview the last page -
button.
The german message is:
"Berechne Seite ... für Bericht ..."
Kind regards,
Gerd Brinkmann
…Hello Nico,
thanks for this information.
King regards,
Gerd Brinkmann
invent GmbH
Good Morning Nico,
Bingo! I knew it was going to be something simple I overlooked.
Thanks very much for your reply and help. Greatly appreciated! Have a
great weekend!
Adam.
On 20/09/2012 5:43 PM, Jon Robertson wrote:
Yes - I may have changed the component type at some stage - but even so,
interesting that it caused issues.
Adam H. wrote:
Any chance you manually changed ppLine14 from a TppLine to a TppImage,
such as opening the DFM and changing the declaration for ppLine14?
I'm not sure how the IDE determines the 'next' name to use when…