Click here to Skip to main content
15,891,951 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Hi folks Pin
jzonthemtn29-Jul-08 3:32
jzonthemtn29-Jul-08 3:32 
GeneralRe: Hi folks Pin
AJAYWVK8729-Jul-08 4:42
AJAYWVK8729-Jul-08 4:42 
QuestionCrystal report 8.5 with vb 6.0 Pin
AJAYWVK8729-Jul-08 0:32
AJAYWVK8729-Jul-08 0:32 
AnswerRe: Crystal report 8.5 with vb 6.0 Pin
Vimalsoft(Pty) Ltd29-Jul-08 1:40
professionalVimalsoft(Pty) Ltd29-Jul-08 1:40 
GeneralRe: Crystal report 8.5 with vb 6.0 Pin
AJAYWVK8729-Jul-08 2:28
AJAYWVK8729-Jul-08 2:28 
GeneralRe: Crystal report 8.5 with vb 6.0 Pin
DJ Matthews29-Jul-08 3:36
DJ Matthews29-Jul-08 3:36 
GeneralRe: Crystal report 8.5 with vb 6.0 Pin
AJAYWVK8729-Jul-08 4:47
AJAYWVK8729-Jul-08 4:47 
GeneralRe: Crystal report 8.5 with vb 6.0 Pin
DJ Matthews29-Jul-08 4:57
DJ Matthews29-Jul-08 4:57 
have you tried a "try... catch" block to grab the error and do something with it?

Like:

Try
rpt.Load(rptfile)
CrViewer.ReportSource = rpt

Catch ex as Exception
MsgBox(ex.Message.ToString)

Finally
rpt.Close

End Try


If that wont work.. then it might be the CR 8.5 will only let you have 5 reports open on your computer... no matter what. In that case you'll have to buy more licenses.
GeneralRe: Crystal report 8.5 with vb 6.0 Pin
Vimalsoft(Pty) Ltd29-Jul-08 4:57
professionalVimalsoft(Pty) Ltd29-Jul-08 4:57 
Question[Message Deleted] Pin
AJAYWVK8729-Jul-08 0:26
AJAYWVK8729-Jul-08 0:26 
AnswerRe: Can i trap crystal report pop up msg in vb 6.0 Pin
Vimalsoft(Pty) Ltd29-Jul-08 1:48
professionalVimalsoft(Pty) Ltd29-Jul-08 1:48 
QuestionArray trouble Pin
tatchung28-Jul-08 22:47
tatchung28-Jul-08 22:47 
AnswerRe: Array trouble Pin
paas29-Jul-08 0:40
paas29-Jul-08 0:40 
GeneralRe: Array trouble Pin
tatchung29-Jul-08 0:54
tatchung29-Jul-08 0:54 
QuestionHow to add a button column to the datagrid using vb.net2003 Pin
g.hanuman28-Jul-08 22:40
g.hanuman28-Jul-08 22:40 
AnswerRe: How to add a button column to the datagrid using vb.net2003 Pin
tatchung28-Jul-08 22:58
tatchung28-Jul-08 22:58 
AnswerRe: How to add a button column to the datagrid using vb.net2003 Pin
chandralekha4-Aug-08 20:06
chandralekha4-Aug-08 20:06 
QuestionHow do I detect which Application get focus at run-time? Pin
Anubhava Dimri28-Jul-08 22:05
Anubhava Dimri28-Jul-08 22:05 
AnswerRe: How do I detect which Application get focus at run-time? Pin
Thomas Stockwell29-Jul-08 10:31
professionalThomas Stockwell29-Jul-08 10:31 
QuestionHow to read excel file Pin
BalasubramanianK28-Jul-08 20:48
BalasubramanianK28-Jul-08 20:48 
AnswerRe: How to read excel file Pin
Nilesh Hapse28-Jul-08 22:36
Nilesh Hapse28-Jul-08 22:36 
AnswerRe: How to read excel file Pin
rprateek5-Aug-08 17:50
rprateek5-Aug-08 17:50 
QuestionHow to color some cells of table row based upon condition [modified] Pin
Rameez Raja28-Jul-08 18:26
Rameez Raja28-Jul-08 18:26 
AnswerRe: How to color some cells of table row based upon condition Pin
Paul Conrad28-Jul-08 20:06
professionalPaul Conrad28-Jul-08 20:06 
Questionproblem to detect client after server crash Pin
shee_dee8628-Jul-08 15:22
shee_dee8628-Jul-08 15:22 

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.