rbuser
Comments
-
I may have solved it, but not sure. Although I wanted only a PDF to be
created, I notice the default print queue getting filled with hundreds of
jobs. So,
what I did before calling 'Print', I set the
ppreport.printersetup.pri… -
Nard
I am trying to work around the issue in code. While the Windows API
provides a list of printers, not all are avaiable to the user. When they go
to print to one of those devices, they get a message 'Screen is not a
Nico
It would appear that the simple inclusion of ppReport in my uses clause
allows the images to be visible.
I discovered it because I was experimenting with PsRBExport stuff and it
required an inclusion and then t…Nico
Upgraded to 10.09 and no joy. Still shows no image either DB or standard.
Works when I produce the document through the main application. I have no
code in the report to turn off and on the images. Is there anything …Nico
Done that. Does not make much difference. I will experiment with the
setting.
Any other suggestions?
regards
Andrew
As I have found my stupid mistake, I thought I should indicate that this is
no longer a problem. For anybody that might be interested, the report in
question has a ppSubReport and, at some point when I was trying to resolve a
diffe…I just tried the same report but with another rtm file for a different
company (the report is a customer account statement) and the problem is not
present. Obviously I have some settings saved in the rtm that are causing
the proble…Nico Cizik (Digital Metaphors) wrote:
Perfect, thanks Nico. I even looked through the tips and missed this.
Thanks for the help,
--
Jeremy Knowles
Heloo Nico,
The printer is connected to the network,
it occurs when the user has printed before
so the printer is known when starting the program.
Best regards,
Rob Nowee
I am developing with D7 and RB 10.09
Hi Nico, thanks for your help.
I took a look at ppPrintr.pas, but I can't figure out how can I solve my
problem.
I can specify certain parameters, such as tray, with the following code:
lPrinter := TppPrinter.Create…Hi Nico,
When I will have some time to spend for this test I wil make it, but I think
you should make some test on this driver.
We have hundreds of customers that use our reports and we cannot debug every
printer driver t…Hi Nico,
Another "evidence":
we installed an older driver with less features and it works.
But our customer want to use the newer one.
I will try with the memory manager in a few days, but please if you can take
a loo…Hi Nico,
I investigated the problem.
It's an access violation at address 0x00000000.
I get it with all the reports I try.
The problem arise when finished to print and only when the printer queue is
empty.
It seem…Hi Nico,
this happen with both versions and only with this printer.
This printer works fine with other softwares.
I will try to test with sources in my path, but It's not so simple because I
have a lot of dependencies betw…I tried what you suggest bellow and it didn't work. I put a label with
OnPrint Event set like discibed bellow and another label beside it with
changing the the font from the dropdown list and when I tried it the OnPrint
printed bla…Also I would like to have child items print sideways and the parent items
down....
Do you mean in the page setup/layout?
Also when I change the column it changes the width of the group band above
and bellow the detail band.
I would like to change just the detail band.
Nico,
Can you try the rtm file I posted.
With Autosize off then text is always missing in pdf, with autosize on it
only works if left justified and accuracy of placement in PDF is poor.
I have attached examples of vertical text labels and PDF output with RB9.03
TEST1.BMP (RB9.03 preview screen grab)
TEST2.BMP (Adobe viewer screen grab of PDF)
TESTVERTICAL.RTM (rtm file used in example).
Hi Nico,
ReportBuilder 9.03
I have done some more testing and found the following
If the text is left justified and autosize then when converted to pdf it is
almost right, it comes out but the position is a few mm…Update,
if i enable autosize then the text is output into the pdf but in the
wrong place, like the PDF output uses the wrong anchor point or base line.
consider the examples below (but rotated 90 degrees)
…Hi Paul.
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 …Worked perfectly thanks for that.
Just quickly what information does MessagePage give you? Where would that
be documented?
Thanks
Alex
Hi Nico,
Ive tried a few things with that example to get it to print page 1 to 1 pdf,
page 2 to another pdf and pages 3-6 to a third pdf. Here is an example of
what I have tried but it falls over. Do I keep the job open whe…Ok. I have the extraoptions package for this, and I know we're getting pdf
files out, how do I hook that up to the rest of it? We've got it hooked up
to a TppViewer (not my work, done before me), but I don't see how it could
be d…Now I saw the solution on rbWiki:
How To...Add a Drawcommand to a Page
FWIW I saw this in a recent report created in RB and sent a demo to DM and
they sent me back a patch.
You may want to ask them for the patch files.
Ed Dressel
Nico,
Just found what the problem is.
The report has a DBmemo with DBmemo.TextAligment=taFullJustified.
if I change to DBmemo.TextAligment=taLeftJustified the problems does not
occurs.
This seams to be a bugy behavior…Hi Nico,
I´m using the built-in PDF device. I had TExtraDevices but already
uninstalled it.
I'll try to update to RB10.09 and see if that helps.
My code is:
Report.TextFileName := SomeFile;
R…