rbuser
Comments
-
Just forgot to mention that I´m using TurBoDelphi and RB 10.07
-
Op 29/10/2010 3:45, Nico Cizik (Digital Metaphors) schreef:
Hi Nico,
I am using version 11.07 Pro (D2009).
But the problem is solved !
I was loading a template that overwrote the scaleImages ...
Thanks
-
Is here a solution yet ?
I have the same problem.
When I send the report to devicetype dtScreen, the image on my report is
very sharp and can be zoomed in without problems.
With dtPDF, however, the image on the PDF is show… -
Nico,
Many thanks for your help - example program on it's way to you now.
Note that I have managed to solve the issue when using ExtraDevices by
turning off CompressImages and it works great.
However the built-… -
Nico,
OK - I have removed the ExtraDevices component so it uses the built in
ReportBuilder PDF functioinality and I still have the same issue.
To demonstrate I created a small demo program. To try this create a form
Nico,
Thanks for the reply but I must be missing something as I still can get it
to work as I expect.
If I understand correctly images within PDFs are stored with full resolution
and information about how they shoul…Nico,
Thanks for your answer. Unfortunately it's not solved my problem.
I'm not stretching the image it's being shrunk & messed up when saved as a
PDF. When I specify TppImage.Stretch to false then the image is cut of…Hi Joe.
My name is Abel I'm a customer too.
I had some information about TExtradevices.
Mr. James the person in charge is facing some medical issues concerning his
father and son.
He is away of the c…Sorry, I forgot this.
Marko Milutinovich, Redox d.o.o., Slovenia, registered user for 10.x and
11.x, I think Ithat I already have all the data needed for the upgrade.
Kind regards,
m@rko
Hi Nico,
Tnx for the usefull help.
kr
Bert Clijsters
Tnx, Nico
Wich use clause do I need ?
Then I will try your example
Nico Cizik (Digital Metaphors) wrote:
Thanks. I tracked it down.
--
Hi,
You could print the report to a PDF file and then use OLE automation to
communicate with the fax driver. See the "FaxServer" chapter in the Windows
Platform SDK.
Something like this might get you started:
<…Hi Nico,
I had to adjust your code a bit otherwise it would not allow compilation in
the Report.BeforePrint event:
if Report.PrinterDevice <> nil then
PageStyle.Visible := False
else
PageStyle.Vi…Hello Nard,
I tried using the code below but no matter what I try, the stationary gets
printed anyway?
Remember, I want the stationary visible when I created an email containing
the quotation
as .PDF through the Prev…I done..
but I have problems because unit search the TppDrawBarCode relationship but
don't find it.
I worked over the library path, but without solution.
"Jason Sweby" ha scritto nel messaggio
You can simply change the source code of the dpk, changing references to 77
with 97, then recompile the package. I have done exactly this with this
component set, when moving up through different versions of ReportBuilder
(from 7 to 9…Thanks Nico, at least I know now that I need to "roll my own" solution
instead of waiting.
Regards,
Jason.
Hi Nico,
I see this didn't form part of the 11.05 release (and I wasn't expecting it
to, to be honest). Are you able to tell us when this might make it in to the
package? I need to know as, if it isn't going to be soon, then I a…Wonderful news, thank you for letting me know Nico. This would be of great
interest to us.
Jason.
thanks. will try gnostice.
Nico Cizik (Digital Metaphors) wrote:
I sent the file. It includes a test8.PDF file that shows the problem.
--
I think I found the solution...
after assigning
defPrinter.PrinterName := ppPrinters.DefaultPrinterName;
I added
defPrinter.PrinterSetup := defPrinter.DefaultPrinterSetup;
There is no help on DefaultPrinterSetup…Nard
I tried this and it worked with regard to the actual printer selected.
However it does not seem to cover specific settings that I make in the
Properties dialog of the printer. For instance DUPLEX or multiple pages per
Hello Nard,
In the application a list of Windows printers is presented in a combobox,
the user can select one of the printers from this list. The list with
printers is filled with the statement: for Index := 0 to
(Printe…Hello,
I'm still working on this problem. I will try to explain the situation a
little bit more. When the template is designed a printername 'Medicator' is
saved in the template. On the PC where the template is designed is thi…Hello,
In the original posting I asked also something about the position of the
report on the paper. (And the data will be printed
from the left margin of the paper, no longer in the centre of the paper.)
Because the repo…Nico Cizik (Digital Metaphors) wrote:
I'm generating PDF via RBuilder then i 'shellexecute' with option
"print" the PDF so i'm not in the position to know if there's some Adobe
scaling. I will try to have a look at print dialog prin…Sorry for multiple request ..
I'm comparing the printed output of the report to the printed output of
Adobe.
Suppose i have 2 dbtext having this positions:
dbtext1 Left 1, Top 10 (in millimeters)
db…Hi i'm using D2007 and RBuilder 11.05.
I'm printing a report via PDF Device.
I have some tppdbtext objects in my detail band
placed in a precise position.
Position on this objects change as i print generated PDF.
Tppdbtext…