Click here to Skip to main content
15,881,757 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionhow to store logout time. Pin
Member 356741127-May-09 19:00
Member 356741127-May-09 19:00 
AnswerRe: how to store logout time. Pin
Colin Angus Mackay27-May-09 21:00
Colin Angus Mackay27-May-09 21:00 
GeneralRe: how to store logout time. Pin
Pete O'Hanlon27-May-09 21:34
mvePete O'Hanlon27-May-09 21:34 
AnswerRe: how to store logout time. Pin
saanj28-May-09 2:57
saanj28-May-09 2:57 
Questionexception-array index out of bound Pin
manjusha s27-May-09 3:04
manjusha s27-May-09 3:04 
AnswerRe: exception-array index out of bound Pin
Eddy Vluggen27-May-09 3:14
professionalEddy Vluggen27-May-09 3:14 
AnswerRe: exception-array index out of bound Pin
Hoorfar29-May-09 21:34
Hoorfar29-May-09 21:34 
QuestionCrystal Report in.net Pin
srinisiv27-May-09 2:27
srinisiv27-May-09 2:27 
Hello everyone ,

I have an issue i.e, I am using crystal report(version 11 release 2) in my windows applications developed in vb.net (2005)and sql server(2005) as backend . In one of the forms i placed one reportviewer control,

crystal report taking long time for preview & print(nearly 2 minute) .
please any one help me to getout of this

Dim rpt As New CrystalReport1() 'The report you created.
        Dim myConnection As SqlConnection
        Dim MyCommand As New SqlCommand()
        Dim myDA As New SqlDataAdapter()
        Dim myDS As New Dataset1() 'The DataSet you created.

        Try

            myConnection = New SqlConnection("Data Source=localhost;Integrated Security=SSPI;" & _
                                             "Initial Catalog=northwind;")
            MyCommand.Connection = myConnection
            MyCommand.CommandText = "SELECT * FROM Customers where cid=10"
            MyCommand.CommandType = CommandType.Text
            myDA.SelectCommand = MyCommand

            myDA.Fill(myDS, "Customers")
            rpt.SetDataSource(myDS)
            CrystalReportViewer1.ReportSource = rpt

        Catch Excep As Exception
            MessageBox.Show(Excep.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
        End Try


I asked This Question Already but No one ready solve my Problem.
Please tell how to increase My Crystal report Preview ? My staff scolding me. please
Advance thnx.
AnswerRe: Crystal Report in.net Pin
Eddy Vluggen28-May-09 11:19
professionalEddy Vluggen28-May-09 11:19 
QuestionWhat is .net compact and .net framwork? Pin
xingselex26-May-09 22:00
xingselex26-May-09 22:00 
AnswerRe: What is .net compact and .net framwork? Pin
Eddy Vluggen26-May-09 22:44
professionalEddy Vluggen26-May-09 22:44 
Questionstore procedure Pin
manjusha s26-May-09 21:33
manjusha s26-May-09 21:33 
AnswerRe: store procedure Pin
Pete O'Hanlon26-May-09 21:45
mvePete O'Hanlon26-May-09 21:45 
AnswerRe: store procedure Pin
saanj28-May-09 3:03
saanj28-May-09 3:03 
QuestionHow to override the message loop in winforms? Pin
Felix Collins26-May-09 17:56
Felix Collins26-May-09 17:56 
AnswerRe: How to override the message loop in winforms? Pin
Pete O'Hanlon26-May-09 21:39
mvePete O'Hanlon26-May-09 21:39 
GeneralRe: How to override the message loop in winforms? Pin
Felix Collins27-May-09 16:55
Felix Collins27-May-09 16:55 
GeneralRe: How to override the message loop in winforms? Pin
Luc Pattyn27-May-09 17:20
sitebuilderLuc Pattyn27-May-09 17:20 
GeneralRentrant event processing. Was : How to override the message loop in winforms? Pin
Felix Collins27-May-09 18:12
Felix Collins27-May-09 18:12 
GeneralRe: Rentrant event processing. Was : How to override the message loop in winforms? Pin
dybs29-May-09 17:10
dybs29-May-09 17:10 
GeneralRe: Rentrant event processing. Was : How to override the message loop in winforms? Pin
Felix Collins31-May-09 12:49
Felix Collins31-May-09 12:49 
GeneralRe: Rentrant event processing. Was : How to override the message loop in winforms? Pin
Felix Collins7-Jun-09 16:33
Felix Collins7-Jun-09 16:33 
QuestionNATUPNPLib - Which local IP to use? Pin
Andrey U26-May-09 11:42
Andrey U26-May-09 11:42 
AnswerRe: NATUPNPLib - Which local IP to use? Pin
Dave Kreskowiak27-May-09 7:42
mveDave Kreskowiak27-May-09 7:42 
QuestionEven targeting 3.5, metadata version v2.0.50727 ? Pin
GuimaSun26-May-09 9:17
GuimaSun26-May-09 9:17 

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.