adam
Comments
-
Ralf - did you ever get a solution to your question. I too am looking for a solution that will allow for transparent / blending / alpha blend watermarks with Reportbuilder.
-
Thanks Nard!
-
Hi Nard,
Just wondering if this has been implemented yet or if it's still work in progress?
Thanks & Regards
Adam. -
For anyone else who may come across this in the future, I ran into some issues with this still not working, and had to add the line:
lDevice.reset
after each itteration of PrintToDevices.
The end result is th… -
Thanks Nico. Got it all working well now! Appreciate the help.
-
Hi Nard,
Just a quick question. Instead of usinglPDFDevice.FileName := 'c:\temp\merged.pdf';
I was hoping to save the end result to MS1. (… -
Wonderful - thanks Nico!
And thanks for all your help this year too! -
Hi Nico,
Thanks for your reply. I'm not sure why I didn't receive the email (there's nothing in the junk list) but appreciate your response here.
I'll continue to try and figure out what is going on my end.
Have a gr… -
Hi Nico,
I was just wondering if my email from the other week has come through and if you've had a chance to look at this yet please?
Thanks & Regards
Adam. -
Hi Nico,
Email sent. Thanks for looking into this for me.
Best Regards
Adam. -
Thanks Nico,
I've ran your demo and it runs fine. Furthermore - I can even run it with the OnDrawClick event removed and it still works as I would expect with the PDF file.
However for some crazy reason - when I use the exact s… -
Hi Nico,
I've given that a try but unfortunately it doesn't seem to be working.
The code is executing - it's just that no hyperlink shows up in the previewer for the component, nor if I print it to a PDF printer.
(I… -
Hi Nico,
Fantastic - I think that might do the job. I'll give that a try.
Thank you!
Cheers
Adam. -
Thanks Nico,
Unfortunately I'm wanting this to work when it's saved to a PDF file, so the DrawCommandClick isn't going to work.
If I can't make pplabel components stretchable, is it possible to attack this from the opposite di… -
Thanks Nard.
-
Brilliant! Thanks so much Nard for making this for us!
Cheers
Adam. -
Same problem here!
Did you end up getting an answer Steve? -
Hi Nico,
Thanks for your response. Unfortunately at the moment I'm using a unique feature of TXQuery for some of these reports to provide a type of pivot operation that I have been unable to find a suitable replacement for todate.
<… -
Hi Nico,
Thanks for your reply.
I'm using the open source TXQuery component as the end source for the data, and connecting to it using the TppDBPipeline component.
Is it possible for me to manually traverse the data… -
I've traced the problem through to Line 3507 in ppEngine.pas which reads:
aDataPipeline.GotoBookmark(aRec.FBookmark);
It seems to be a bookmark issue as when this is called it goes back to the first record in the dataset.
…