Page 1 of 2 1 2 >
Topic Options
#38310 - 08/22/13 12:45 PM Crystal Reports blast
Steve Schwartz Offline
Adagio God

Registered: 03/10/02
Posts: 4534
Loc: Wynnewood, PA
I designed a fairly complicated sales report, which prompts for a salesperson code. My client prints it to PDF and emails it to each salesperson monthly.

Is there a way to automate the process so they can generate multiple PDFs, one for each salesperson? Automating the actual emailing is a second issue, but first I want to know if it's possible to generate one PDF per salesperson.

I know how to do this with GridView using a batch file, but I don't know if there's an equivalent using Crystal Reports.

Thanks

Steve

Top
#38312 - 08/22/13 02:11 PM Re: Crystal Reports blast [Re: Steve Schwartz]
Patricia B. Offline
Adagio Maestro

Registered: 06/26/08
Posts: 1171
Loc: Langley, BC
Steve:
PrintBoss can create a different PDF files for each Salesperson.
You just print the report to the PrintBoss driver and it will output different PDF files.
_________________________
Patricia Balbuena Cotlear
AP SMART SUPPORT
236 991 3060





Top
#38314 - 08/22/13 04:46 PM Re: Crystal Reports blast [Re: Patricia B.]
Steve Schwartz Offline
Adagio God

Registered: 03/10/02
Posts: 4534
Loc: Wynnewood, PA
Hi Patricia

How will PrintBoss know to do that? Right now the report is about 50 pages long, with a page break after each salesperson, and there are five salespeople. The number of pages varies for each salesperson.

Thanks

Steve

Top
#38316 - 08/23/13 03:00 AM Re: Crystal Reports blast [Re: Steve Schwartz]
Douglas Dickie Offline
Adagio God

Registered: 06/02/99
Posts: 4439
Loc: Vancouver, BC
Steve:

Basically Crystal Reports has to have a page break on change of salesperson and you train PrintBoss to recognize each salesperson so that it generates a separate PDF file for each. Getting PB to email the report to each salesperson is easy.

We've done similar work both for our in house purposes and for our clients as well. If you would like us to create this solution for you please let me know and I'll give you a quote offline.
_________________________
Douglas Dickie
AccSys Solutions Inc
Phone: 1.888.534.4344
ddickie@accsyssolutions.com

Top
#38325 - 08/23/13 09:57 AM Re: Crystal Reports blast [Re: Douglas Dickie]
Ralph Allan Offline
Adagio Virtuoso

Registered: 06/02/04
Posts: 694
Loc: Prince George BC
Steve:

There is a really neat product called Visual Cut from Millet Software .

It can pick up fields in a report and "split" the report into multiple PDF files based on that field. It can also automatically email the separate reports to an email address picked up from the report. (It must be in Group 1 and can be suppressed.)

The author, Ido Millet, is at Penn State University and is very helpful.
_________________________
Ralph Allan
Business Computer Centre
Prince George BC Canada

Top
#38327 - 08/23/13 11:01 AM Re: Crystal Reports blast [Re: Ralph Allan]
Bruce Gardner Online   content
Adagio Wizard

Registered: 06/15/04
Posts: 3641
Loc: Toronto ON, Canada
Steve:
Further to Ralph's suggestion, there are a number of products that also do that. Here's one I've looked at but not used yet: PDFMachine Their "Ultimate" version is $99.00.

If you have the time to experiment and learn, these could be useful tools. But PrintBoss is proven in the Adagio environment so it may be the best use of your time.
_________________________
Bruce Gardner
ARX Business Solutions Inc.

Top
#38328 - 08/23/13 01:05 PM Re: Crystal Reports blast [Re: Bruce Gardner]
Steve Schwartz Offline
Adagio God

Registered: 03/10/02
Posts: 4534
Loc: Wynnewood, PA
Hi Ralph

You are not kidding, Visual Cut looks really neat. It doesn't hurt that the author is from Penn State, not too far from me.

Tell me if I am correct, in order for Visual Cut to perform its magic, I have to first generate the report with the option to save the data turned on, don't I?

Steve

Top
#38329 - 08/23/13 06:58 PM Re: Crystal Reports blast [Re: Steve Schwartz]
Ralph Allan Offline
Adagio Virtuoso

Registered: 06/02/04
Posts: 694
Loc: Prince George BC
Actually, no. The Visual Cut interface calls the selected Crystal report and runs it, including, if needed, prompting for parameters.
_________________________
Ralph Allan
Business Computer Centre
Prince George BC Canada

Top
#38331 - 08/26/13 05:23 AM Re: Crystal Reports blast [Re: Ralph Allan]
Steve Schwartz Offline
Adagio God

Registered: 03/10/02
Posts: 4534
Loc: Wynnewood, PA
Wow, Ralph, how come you didn't show us this product at Tips and Tricks!

I am going to be starting a new thread with a related question about emailing.

Thanks for the suggestion.

Steve

Top
#38333 - 08/26/13 08:27 AM Re: Crystal Reports blast [Re: Steve Schwartz]
Ralph Allan Offline
Adagio Virtuoso

Registered: 06/02/04
Posts: 694
Loc: Prince George BC
Steve,

I thought about it, but I had not yet deployed it fully at the client, and so was not sure if I was going to run into unforeseen issues and did not want to present an untested solution. It is now deployed and has been in use for a while, and is working as it should.

There are a few minor, configuration issues that related to Adagio's use of the older Crystal Reports format. Call me about these if you wish.
_________________________
Ralph Allan
Business Computer Centre
Prince George BC Canada

Top
#38335 - 08/26/13 09:37 AM Re: Crystal Reports blast [Re: Ralph Allan]
Steve Schwartz Offline
Adagio God

Registered: 03/10/02
Posts: 4534
Loc: Wynnewood, PA
Ido was indeed very helpful, but I did need to save the data with the report for Visual Cut to work.

This is what he said was the problem - "Visual CUT 11 failed to connect to your data source. So it couldn't refresh the data on its own."

I know this is not strictly an Adagio issue, but maybe someone can explain how to tell VC 11 to connect to the Adagio data.

Thanks

Steve

Top
#38339 - 08/26/13 01:36 PM Re: Crystal Reports blast [Re: Steve Schwartz]
Ralph Allan Offline
Adagio Virtuoso

Registered: 06/02/04
Posts: 694
Loc: Prince George BC
I had to use the 8.5 version of VC which works with Adagio's interface to Crystal.
_________________________
Ralph Allan
Business Computer Centre
Prince George BC Canada

Top
#38347 - 08/27/13 08:00 AM Re: Crystal Reports blast [Re: Ralph Allan]
Steve Schwartz Offline
Adagio God

Registered: 03/10/02
Posts: 4534
Loc: Wynnewood, PA
Hi Ralph

To (hopefully) complete this thread, using the 8.5 version of VC worked. Following an error message about the wrong version of CRVIEWER.DLL, I had to copy the CRVIEWER.DLL in my C:\Windows\System32 folder over the existing one in my C:\Program Files\Seagate Software\Viewers\ActiveXViewer folder to synch versions, but after that it worked like a charm.

Thanks so much for your suggestion and follow through. I just know my client is going to be ecstatic, and I have another wonderful tool in my consultant's toolbox.

Steve

Top
#38441 - 09/06/13 12:01 PM Re: Crystal Reports blast [Re: Ralph Allan]
Stuneale Offline
Stranger

Registered: 09/03/13
Posts: 1
Loc: MO
Steve, I'm glad to see that you found a good solution for your customer. Thanks to Patricia for suggesting PrintBoss which would have been a good solution as well. PrintBoss is extremely flexible and has many features that solve most printing issues. We hope that Adagio resellers, whom we have supported for many years, remember to talk to us about solving any printing problem.

Top
Page 1 of 2 1 2 >


Moderator:  Christa_Meissner 
Who's Online
1 registered (Howard S.-MMA), 180 Guests and 1 Spider online.
Key: Admin, Global Mod, Mod
Forum Stats
1872 Members
5 Forums
14527 Topics
70937 Posts

Max Online: 432 @ 01/20/25 10:17 PM
August
Su M Tu W Th F Sa
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31