Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Crystal Reports

Crystal Reports

Scheduled Pinned Locked Moved Visual Basic
databasehelp
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shakizil
    wrote on last edited by
    #1

    Need help from a crystal reports Guru. I am trying to display values from the text boxes on this one form. The crystal report is already connected to the database and all the fields are there. When I try to run the report it pulls all the data from the DB. Below is the code. Please help! :( Private Sub CrystalReportViewer1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CrystalReportViewer1.Load Dim myDS As New Dataset1 Dim rptdata As New dbAccess Dim rptval As New Change Dim rpt As New Chgmgt rpt.SetDataSource(myDS) CrystalReportViewer1.ReportSource = rpt Dim LogNumber1 As Integer Dim Daterequested1 As String Dim TargetDate1 As String Dim Time1 As String Dim RequestedBy1 As String Dim ProjectName1 As String Dim ChangeDescription1 As String Dim Users1 As String Dim Department1 As String LogNumber1 = rptval.LogNumber Daterequested1 = rptval.DateRequested TargetDate1 = rptval.TargetDate Time1 = rptval.Time RequestedBy1 = rptval.RequestedBy ProjectName1 = rptval.ProjectName ChangeDescription1 = rptval.ChangeDescription Users1 = rptval.Users Department1 = rptval.Department End Sub ------------------------------------------------------------------------

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups