CrystalReport - Urgent

.net , vb6 Montreal, Canada
  • 15 years ago

    Hello, I'm using VB .NET 2003 and CrystalReport is integrated.  I want to show a report but I got nothing.
    This is my procedure: I create the report.rpt  on CrystalReport, it showed me no error on the formula...!
    Then I created a new form and I dragged the CrystalReportViewer into the new form.  The code is:



    Private Sub CrystalReportViewer1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CrystalReportViewer1.Load


           CrystalReport1.EnableEventLog(CrystalDecisions.[Shared].EventLogLevel.LogCRPEAPIErrors)


    End Sub


    Then I created an instance of the form to be called by a button.


    Clicking on the button shows me the form with the CrystalReportViewer but no data at all...!



    Can somebody give me a help!


    Thank You



    Any help would be appreciated


    Thank you

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC. As potential programmers, they are mentally mutilated beyond hope of regeneration.” - E. W. Dijkstra