frontline
Comments
-
Initial tests are looking good. Thanks for the tip Nico. Here's what we landed on. We had to make some "rules" for creating the charts for the end-users as we could only rebuild them in a specific way.The Scheduled Task does not know if a given report has a Series/Chart on it or not. Some reports might be simple lists, others might have a couple charts, and even others just a group summary.
Is there a way I can iterate over the report …We had a very similar problem a couple weeks ago on windows server.
Once we determined it was literally a basic application with a ppReport on it we passed it on to their tech company. Our program was working fine one day, and the next it w…
Thanks Nard, that makes sense. We were hoping we could get away with a single file (images embedded, but out of the way unless from user interaction).
Thanks againIn short, can we export this to some sort of file and have the images behind a link, or a drill down of some kind?Sorry for the delay on this one. Here's what we've learned so far.
We spun up a fresh 2012 R2 with the KB and had no troubles whatsoever.
We updated all of our production servers and again had no troubles.
This seem…In case anyone else gets this. The ParentPrinterSetup was set to False on the SubReport that contained the images. Setting it to True fixed the problem.Ok, will do. And just FYI printing to PDF and then from PDF to printer works fine. So strange.Spoke too soon. It now seems with updated drivers, the opposite problem is happening. Color works great, but B&W only prints the first page.
Here's what we learned. If they install the printer drivers, and set the Windows Default Pri…Please disregard. They updated printer drivers and it looks to be working.Ok, roger that. Thanks for the response.Also if this is a requirement going forward...maybe there's a way through delphi (non RAP) to detect if the report has an AfterPrint and disable it?Ugh, I figured it out. It had to do with my (unrelated) problem. I'm figuring out how to use the "Email New File" on the ppGroup setting.
In ppProd there's a line that was switching EmailSettings.Enabled to false. I had a single Group on…Yeah I wouldn't be surprised at all if my code was switching it off somewhere. That's why I created a brand new project to test this. Literally the only code I've written is Report.Print. I can package it up for you but it does connect to Advantage …That's working (Using OnInitializeParameters).
Thank you Nico.Update on this, hoping for some solution as we have some reports (for most of our customers) which need PDF Optimization, and other reports (for a small subset of our customers) which could benefit from the Google Maps.
I've tried creatin…That works! Thanks. Is there anyway to modify that setting via RAP?