Click here to Skip to main content
15,914,323 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerForum Guidelines Pin
leckey29-Nov-07 4:32
leckey29-Nov-07 4:32 
QuestionModify a web page from Stand alone App Pin
AGB1128-Nov-07 17:43
AGB1128-Nov-07 17:43 
GeneralRe: Modify a web page from Stand alone App Pin
Paul Conrad8-Dec-07 5:42
professionalPaul Conrad8-Dec-07 5:42 
QuestionProblem with http/https multipart form post using VB.Net Pin
amelia_lim28-Nov-07 15:47
amelia_lim28-Nov-07 15:47 
QuestionProblems with Designer Generated Code in VB 2005 Pin
AAGTHosting28-Nov-07 12:52
AAGTHosting28-Nov-07 12:52 
AnswerRe: Problems with Designer Generated Code in VB 2005 Pin
Reveille28-Nov-07 14:23
Reveille28-Nov-07 14:23 
GeneralRe: Problems with Designer Generated Code in VB 2005 Pin
AAGTHosting29-Nov-07 13:13
AAGTHosting29-Nov-07 13:13 
QuestionCrystal Report "Logon Failed. Please Try Again." Pin
Reveille28-Nov-07 12:47
Reveille28-Nov-07 12:47 
Im trying to load a Crystal Report I've made in Visual Studio to a Crystal Report Viewer on my form. I used the "database expert" to add the connection (ODBC RDO) to my Access 2007 database. The database has no password on it.
The Visual Studio field explorer detects all the fields correctly from my command ( SELECT * FROM Table1; ) so I know it can connect to the databse.

The problem is when I run the program I get prompted for the Logon ID and Password and every time I get "Logon Failed. Please Try Again." Again there is no password on this DB.

All of my code (this is a test project)
Imports CrystalDecisions.CrystalReports.Engine
Form Load:
Dim crpt As New ReportDocument()
Dim rPath As String = "C:\CrystalReport1.rpt"
crpt.Load(rPath)
CrystalReportViewer1.ReportSource = crpt
AnswerRe: Crystal Report "Logon Failed. Please Try Again." Pin
Paul Conrad28-Nov-07 15:09
professionalPaul Conrad28-Nov-07 15:09 
GeneralRe: Crystal Report "Logon Failed. Please Try Again." Pin
Reveille28-Nov-07 15:33
Reveille28-Nov-07 15:33 
QuestionOpening and Closing Connections Pin
AAGTHosting28-Nov-07 11:52
AAGTHosting28-Nov-07 11:52 
AnswerRe: Opening and Closing Connections Pin
Naji El Kotob28-Nov-07 12:14
Naji El Kotob28-Nov-07 12:14 
QuestionUsing TableAdapters Pin
AAGTHosting28-Nov-07 11:10
AAGTHosting28-Nov-07 11:10 
AnswerRe: Using TableAdapters Pin
AAGTHosting28-Nov-07 11:53
AAGTHosting28-Nov-07 11:53 
QuestionWebBrowser & HTML Tables Problem in VB.NET Pin
conorod28-Nov-07 11:07
conorod28-Nov-07 11:07 
QuestionColorize text between two words Pin
The Mighty Atom28-Nov-07 9:48
The Mighty Atom28-Nov-07 9:48 
AnswerRe: Colorize text between two words Pin
cstrader23228-Nov-07 17:34
cstrader23228-Nov-07 17:34 
GeneralRe: Colorize text between two words Pin
The Mighty Atom29-Nov-07 10:10
The Mighty Atom29-Nov-07 10:10 
GeneralRe: Colorize text between two words Pin
PeterBiddlecombe29-Nov-07 22:09
PeterBiddlecombe29-Nov-07 22:09 
GeneralRe: Colorize text between two words Pin
The Mighty Atom30-Nov-07 2:08
The Mighty Atom30-Nov-07 2:08 
GeneralRe: Colorize text between two words Pin
PeterBiddlecombe30-Nov-07 4:55
PeterBiddlecombe30-Nov-07 4:55 
GeneralRe: Colorize text between two words Pin
The Mighty Atom30-Nov-07 5:33
The Mighty Atom30-Nov-07 5:33 
QuestionWorks but any known memory leak? Pin
nlarson1128-Nov-07 9:21
nlarson1128-Nov-07 9:21 
AnswerRe: Works but any known memory leak? Pin
Luc Pattyn28-Nov-07 9:28
sitebuilderLuc Pattyn28-Nov-07 9:28 
GeneralRe: Works but any known memory leak? Pin
nlarson1128-Nov-07 9:30
nlarson1128-Nov-07 9:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.