rbuser
Comments
-
We have tried updating the printer drivers and changing the margins on
the printer and they did not fix it. Also, it turns out none of the
reports work that have multiple text files that link to multiple pipelines.
Any other … -
Also, I just updated to version 11.03 and ran the same report that
worked for me in version 11.01. Now in 11.03 I am getting an out of
memory error. I can only narrow it down to system.pas and/or
controls.pas, CreateWnd
I am not sure if they are, but would printing from a virtual machine
mess anything up?
"Jeff F" wrote in message news:49d4e143@mail....
Most of our troubles with HP drivers have nearly always been a combination
of margins and or paper sizes. Have a look at those settings and compare
them to the same settings for a re…Hi Arno,
all ok; it works.
Thanks
Stefano.
"Arno Verhoeven" ha scritto nel messaggio
Stefano Monterisi wrote:
Have a look at the dmo123 in the RBuilder\Demos\Reports folder
HTH
Arno
--
No Joy I am afraid.
I have tried it at various Before Print events but its only drawing when
Endpage is called.
Any other ideas ?
Nico Cizik (Digital Metaphors) wrote:
Thank you - it all worked perfectly.
Richard Harding
Installing 11.04 did not fix it either.
This appears to happen for every report that uses the ppTextpipeline
component.
Thanks very much!!
Fellipe H.
Nard Moseley (Digital Metaphors) escreveu:
Hi Nico,
I'm Using a 10.09 version...
How can I do not use in run time? or change to registry? I'm not using a
ppDesigner, only a ppReport.
Fellipe H.
Nico Cizik (Digital Metaphors) escre…I assume that if its a tab delimited file that is written to the hard
drive, it has to pre-process the data again somehow. In other words,
the non-formatted text file does not go directly to the printer.
Hi Nico,
My code is the same, but I have changed image coordinates with fixed values;
So, sure the image have wrong dimension and It don't draw correctly (I don't
see it on the page);
With the calculation of size and position wi…Hi Nico,
I have changed the CreateWateMmark function, so I have a TppDrawImage
instead of the original text draw;
I return it into OnPageEnd where assign the page (unchanged); But the image
is never displayed; I have trayed al…Hi Nico,
thanks for link;
code in the demo works perfectly in my report;
But if I want to draw a metafile instead text, the image don't appear;
Have you any hint or can provide an example for draw a metafile in the same
dem…Hi Nico,
thanks for help...but I need to print the watermark on every page (it's a
composite report) OVER other components;
Page style draw it UNDER; I have already metafiles with silver background
(so not transparent) on page…Nico Cizik (Digital Metaphors) wrote:
Thanks Nico
--
Hello Nico,
Where I set to my Report to use MAPI? Using MAPI, the RB export do PDF
and attach this file to the default email client?
Thanks
Fellipe H.
Nico Cizik (Digital Metaphors) escreveu:
Nard Moseley (Digital Metaphors) wrote:
Great - Thank you - It is working well.
Richard Harding
Looking deeply I see that I should have setted the LookAhead property in my
component, that was not mentioned in the wiki entry.
I did download the example and tried very quickly and it thrown an
exception. At that time I didn…I've tried this in the RAP of a report and got a access violation
procedure Label10OnGetText(var Text: String);
begin
Text := DBCalc3.GetLookAheadValue(DBCalc3.getLookAheadKey);
end;
That also works. Thanks, Nard.
--
Steven S. Weston
Nard,
That works -- thanks. I think we need a similar OnHelp event in
TppReportExplorer.
--
Steven S. Weston
I'll also add that using the OnHelp event to set aHelpFile has no positive
effect either.
--
Steven S. Weston
Hello Nico,
Thank you very much. Your solution works perfectly.
Regards,
Stef
Hello Nico,
Is there a way to hide the added button by code? Please give an example on
how to do it.
Regards,
Stef
Found it:
FNewButton.ImageIndex := ToolImageList.AddTool('PPEMAIL'); //Index of
image in ImageList
Thank you for the help.
Hello Nico,
How do I get the imageindex of available images in ToolImageList? I there
a way to show these images somehow?
I want to add an Email button.
Thanks, Stef