Click here to Skip to main content
16,004,906 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: what is "IsError"? how do it use? Pin
John_Adams24-Oct-07 0:19
John_Adams24-Oct-07 0:19 
Questionwhat is "By Ref" and "ByVal"? Pin
yonemay23-Oct-07 21:59
yonemay23-Oct-07 21:59 
AnswerRe: what is "By Ref" and "ByVal"? Pin
Vimalsoft(Pty) Ltd23-Oct-07 22:15
professionalVimalsoft(Pty) Ltd23-Oct-07 22:15 
AnswerRe: what is "By Ref" and "ByVal"? Pin
pmarfleet23-Oct-07 22:20
pmarfleet23-Oct-07 22:20 
AnswerRe: what is "By Ref" and "ByVal"? Pin
rohitsrivastava24-Oct-07 1:18
rohitsrivastava24-Oct-07 1:18 
GeneralRe: what is "By Ref" and "ByVal"? Pin
Dave Kreskowiak24-Oct-07 5:55
mveDave Kreskowiak24-Oct-07 5:55 
AnswerRe: what is "By Ref" and "ByVal"? Pin
dBrong24-Oct-07 9:41
dBrong24-Oct-07 9:41 
QuestionProblem opening Crystal Report in vb.net Pin
saneng23-Oct-07 19:25
saneng23-Oct-07 19:25 
Hello

I m using crystal report 9 in my vb.net Application my problem is that when i Called the Report whose Data Source is a text file, from my vb.net application the system gives me the runtime error
Query Engine error :HY000 [MICROSOFT][ODBC TEXT DRIVER] THE MICROSOFT JET DATABASE IS CANNOT OPEN THE FILE (UNKNOWN).IT IS ALREADY OPEN EXCLUSIVELY BY ANOTHER USER OR U NEED PERMISSION TO VIEW ITS DATA
ERROR IN FILE C:\DOCUMEN~1\USER\LOCALS~1\TEMP\CRRPT.RPT QUERY ENGINE ERROR

however i m using the code to for crystal report viewer control as


Me.CrystalReportViewer1.Refresh()
Dim strPathName As String
Dim reportDocument1 As New CrystalDecisions.CrystalReports.Engine.ReportDocument



strPathName = "D:\CrReport.rpt"
reportDocument1.Load(strPathName)
Me.CrystalReportViewer1.ShowExportButton = True
Me.CrystalReportViewer1.ShowPageNavigateButtons = True

Me.CrystalReportViewer1.ReportSource = reportDocument1

please please help me out
AnswerRe: Problem opening Crystal Report in vb.net Pin
Dave Kreskowiak24-Oct-07 5:53
mveDave Kreskowiak24-Oct-07 5:53 
QuestionProblem with classic visual basic DOM Pin
koolprasad200323-Oct-07 18:49
professionalkoolprasad200323-Oct-07 18:49 
AnswerRe: Problem with classic visual basic DOM Pin
Dave Kreskowiak24-Oct-07 5:49
mveDave Kreskowiak24-Oct-07 5:49 
Questionreport viewer Pin
di3.ny2823-Oct-07 17:17
di3.ny2823-Oct-07 17:17 
AnswerRe: report viewer Pin
Dave Kreskowiak24-Oct-07 4:50
mveDave Kreskowiak24-Oct-07 4:50 
GeneralRe: report viewer Pin
di3.ny2824-Oct-07 15:17
di3.ny2824-Oct-07 15:17 
GeneralRe: report viewer Pin
Dave Kreskowiak25-Oct-07 1:37
mveDave Kreskowiak25-Oct-07 1:37 
GeneralRe: report viewer Pin
di3.ny2825-Oct-07 15:11
di3.ny2825-Oct-07 15:11 
GeneralRe: report viewer Pin
Dave Kreskowiak26-Oct-07 1:48
mveDave Kreskowiak26-Oct-07 1:48 
GeneralRe: report viewer Pin
di3.ny2828-Oct-07 15:51
di3.ny2828-Oct-07 15:51 
QuestionExecute batch file using msi Pin
Saseendran Kombath23-Oct-07 16:37
Saseendran Kombath23-Oct-07 16:37 
AnswerRe: Execute batch file using msi Pin
Dave Kreskowiak24-Oct-07 4:34
mveDave Kreskowiak24-Oct-07 4:34 
GeneralRe: Execute batch file using msi Pin
Saseendran Kombath24-Oct-07 8:05
Saseendran Kombath24-Oct-07 8:05 
GeneralRe: Execute batch file using msi Pin
Dave Kreskowiak24-Oct-07 13:53
mveDave Kreskowiak24-Oct-07 13:53 
GeneralRe: Execute batch file using msi Pin
Saseendran Kombath24-Oct-07 16:31
Saseendran Kombath24-Oct-07 16:31 
QuestionVB.net 2003 to retrieve data from Oracle database Pin
kendo1723-Oct-07 13:22
kendo1723-Oct-07 13:22 
AnswerRe: VB.net 2003 to retrieve data from Oracle database Pin
Christian Graus23-Oct-07 13:33
protectorChristian Graus23-Oct-07 13:33 

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.