Advertisement

02.15.2008 at 12:20PM PST, ID: 23167209
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

2.9

crystal report login screen in visual basic 2005

Asked by systems_ax in .NET Framework 2.x, Microsoft Visual Basic.Net

I am using access 2007 and vb.net 2005.  I have already created my report and it does display on my development machine with no problems.  After I install on a client machine, I receive a prompt screen to login.  My access 2007 database is not password protected and I have not added the report to the application folder before I built the setup.  my report is EMBEDDED.
Can someone please give me step by step instructions to set up a path, as I have no idea how to set that up.  This is what I have so far which is mostly commented out.  I went to EMoreau .com but there is nothing that explains what to do on embedded reports.  Does embedded report mean that "a dll is create" or is the report being compiled into the setup.exe.  Please give me very basic beginner steps as I cannot seem to find any information that makes sense to me.

Imports CrystalDecisions.CrystalReports.Engine
Imports CrystalDecisions.ReportSource
Imports CrystalDecisions.Shared

Public Class CrystalReportProj
    Private customersByCityReport As ReportDocument
    Private Sub CrystalReportViewer1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CrystalReportViewer1.Load
        ''Load the standalone report
        'CrystalReport1.Load(Forms.Application.StartupPath & "\rptTest.rpt")
        ''Pass the dataset to the report
        'CrystalReport1.SetDataSource(mdsData)
        ''Pass the Report Document object to the viewer
        'CrystalReportViewer1.ReportSource = CrystalReport1.RPT
    End Sub

    Private Sub sample33_InitReport(ByVal sender As System.Object, ByVal e As System.EventArgs)
    End Sub

    Private Sub CrystalReportProj_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        'customersByCityReport = New ReportDocument()
        'Dim reportPath As String = Application.StartupPath & "\" '& "CrystalReport1.rpt"
        'customersByCityReport.Load(reportPath)
    End Sub

    Private Sub CrystalReport11_InitReport(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CrystalReport11.InitReport
    End Sub
End Class
Start Free Trial
[+][-]02.15.2008 at 06:01PM PST, ID: 20907642

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.17.2008 at 10:49PM PST, ID: 20918017

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.18.2008 at 08:30PM PST, ID: 20925730

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: .NET Framework 2.x, Microsoft Visual Basic.Net
Sign Up Now!
Solution Provided By: mlmcc
Participating Experts: 1
Solution Grade: B
 
 
[+][-]02.19.2008 at 12:17PM PST, ID: 20932145

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.21.2008 at 03:34PM PST, ID: 20953058

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.23.2008 at 12:25PM PST, ID: 20966505

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628