Click to See Complete Forum and Search --> : send report by email


d_borghi
November 26th, 2004, 03:26 AM
Hi, excuse me for my english. I have this problem: i have a report where pages are intested to different buyers: 1 or more to 1 buyer, 1 to another buyer, 1 to another one, 3 to another, etc.

Is it possible to send pages by mail to the exact buyer?

Tnx all

springsoft
November 29th, 2004, 12:20 AM
Provided you have a way to identify which buyers need which pages, you can do it programmatically via VB, for example.
I have exported separate reports in PDF format to different users via mail. I wrote a VB application that generates the reports and then directs them to various email addresses.
We had the email addresses in a table, so it was easy to do using VB.

Can you code in Vb??

Dave

maxtrixx
November 30th, 2004, 07:33 AM
Provided you have a way to identify which buyers need which pages, you can do it programmatically via VB, for example.
I have exported separate reports in PDF format to different users via mail. I wrote a VB application that generates the reports and then directs them to various email addresses.
We had the email addresses in a table, so it was easy to do using VB.

Can you code in Vb??

Dave

Dave or anyone, I'm new to CR and VB and have the same problem from this post. I was wondering if you could direct me somewhere where I can find some references on how to create such app. Some tutorial or sample code.

Here's how my app needs to work. I have a project db with about 400 projects in it. I need to send an email to two people in the project but only if that project has been updated by someone in the project. That is, if a project has been updated today, sometime between the end of the day today and the beginning of the day tomorrow, I need to send an email to two people in the project. If no update, no action. I have everyone's info in the db.

Thanks!

gogetsome
October 19th, 2005, 12:22 PM
Dave I could use some direction as well, I've done some VB and asp.net, some SQL and Crystal. Just need some direction on where to start and what parts are necessary to pass in a parameter build a report and then email the report. Any direction would be great!