SunQuest
 
           Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old June 3rd, 2004, 10:06 AM
swschmid swschmid is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Location: Central Wisconsin
Posts: 2 swschmid User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question Manipulating a Crystal Report within VB

I am using VB 6 and Crystal Reports 10.
I want to be able to send a .pdf version of the report to an e-mail address(es).
So far I have the following.
Global crxApplication As New CRAXDRT.Application
Global crxReport As CRAXDRT.Report

Set crxReport = crxApplication.OpenReport(strReportPath)
With crxReport
.DiscardSavedData
.ExportOptions.DestinationType = crEDTEMailMAPI
.ExportOptions.formatType = crEFTPortableDocFormat
.ReportTitle = strReportName
.DisplayProgressDialog = False
.ExportOptions.MailSubject = "Test" 'strMsgSubject
.ExportOptions.MailMessage = strMsgBody
.ExportOptions.MailToList = "stanton.schmidt@domtar.com" 'strMsgRecips
.ParameterFields(1).AddCurrentValue (strParams(0))
.ParameterFields(2).AddCurrentValue (Val(strParams(1)))
.ParameterFields(3).AddCurrentValue (Val(strParams(2)))
.Export

End With
When I do the .Export a window pops up that allows me to select the format type and Destination,
both of which I thought I had set already in the above code. The format that is display in this window
is the format that I set above but the destination is not. When I select the correct destinaiton (MAPI)
and click on the OK button I get an error message as follows:
Error # -2147189176 has occurred!
Logon Failed.
Details: 28000:[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'reports'.

The Report is set up to use a DSN that uses a user id of 'reports'.

How do I provide the password so it will access the DSN correctly?
Why am I getting the window that asks for the format and destination?

Any help will be appreciated.
Thanks,
Stanton

Reply With Quote
  #2  
Old June 3rd, 2004, 04:09 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 18 h 33 m 48 sec
Reputation Power: 180
Hmm, you show an ADO error but didn't post any code that would cause the error.

In your code, try

conn.open dsn=name, user, password

This will provide the username and password to the connection.
__________________
======
Doug G
======
I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain

Reply With Quote
  #3  
Old June 11th, 2004, 12:26 PM
dtempleton dtempleton is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 1 dtempleton User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Try:

.Export False

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingVisual Basic Programming > Manipulating a Crystal Report within VB


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway