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
  1. Home
  2. General Programming
  3. Visual Basic
  4. Crystal Reports

Crystal Reports

Scheduled Pinned Locked Moved Visual Basic
helpquestion
6 Posts 4 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.
  • E Offline
    E Offline
    Emile Jacobs
    wrote on last edited by
    #1

    I need help on Crystal Reports. Can anyone tell me where I can find a manual on the net that can help me? :confused:

    I N 2 Replies Last reply
    0
    • E Emile Jacobs

      I need help on Crystal Reports. Can anyone tell me where I can find a manual on the net that can help me? :confused:

      I Offline
      I Offline
      Ian Darling
      wrote on last edited by
      #2

      There is built in help for Crystal Reports in VS.NET. I've also found Google to be invaluable, particularly Google Groups. You might have luck at the CrystalDecisions webiste too - there's a lot of stuff there. -- Ian Darling

      M 1 Reply Last reply
      0
      • E Emile Jacobs

        I need help on Crystal Reports. Can anyone tell me where I can find a manual on the net that can help me? :confused:

        N Offline
        N Offline
        Nic Rowan
        wrote on last edited by
        #3

        What are you trying to do exactly? You also might want to try looking in Google groups. The Crystal that comes with .NET is very buggy so if somethings not working it might not be a problem with your code.


        Beware the chickens, for in their silence, they plot... Life is too short to be taken seriously. -- Oscar Wilde


        E 1 Reply Last reply
        0
        • N Nic Rowan

          What are you trying to do exactly? You also might want to try looking in Google groups. The Crystal that comes with .NET is very buggy so if somethings not working it might not be a problem with your code.


          Beware the chickens, for in their silence, they plot... Life is too short to be taken seriously. -- Oscar Wilde


          E Offline
          E Offline
          Emile Jacobs
          wrote on last edited by
          #4

          :confused:I don't have a problem with creating the report itself (it is alot the same as Microsoft Access reports). I don't know how to edit the report at runtime. When the user selects only a certain group of participants to display (for instance participants with the surname beginning with S...). How do I use that SQL query to display only the selected people?

          N 1 Reply Last reply
          0
          • E Emile Jacobs

            :confused:I don't have a problem with creating the report itself (it is alot the same as Microsoft Access reports). I don't know how to edit the report at runtime. When the user selects only a certain group of participants to display (for instance participants with the surname beginning with S...). How do I use that SQL query to display only the selected people?

            N Offline
            N Offline
            Nic Rowan
            wrote on last edited by
            #5

            Ohhh ok so you're having a problem with you're SQL statements. The way I use crystal is that I point to a stored proc on my SQL database and pass the parameters to the stored proc. I'm guessing you're building the SQL statement in the crystal report itself. You're going to have to make a parameter and pass that to your SQL statement: e.g. CREATE PROCEDURE spGetUsers @Letter VARCHAR(1) AS SELECT [Columns] FROM [Users] WHERE[Surname] LIKE @Letter + '%' Should work - You just have to pass that @Letter varchar to the statement. Hope this helps - if you need any more help just ask. Isn't there a lecturer at Tukkies? :)


            Beware the chickens, for in their silence, they plot... Life is too short to be taken seriously. -- Oscar Wilde


            1 Reply Last reply
            0
            • I Ian Darling

              There is built in help for Crystal Reports in VS.NET. I've also found Google to be invaluable, particularly Google Groups. You might have luck at the CrystalDecisions webiste too - there's a lot of stuff there. -- Ian Darling

              M Offline
              M Offline
              Martin Gibson
              wrote on last edited by
              #6

              Hi, I found this really helpful... http://www.crystalreportsbook.com/ Hope that helps, Martin

              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