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. Print each row of database on crystal report. !!

Print each row of database on crystal report. !!

Scheduled Pinned Locked Moved Visual Basic
databasetutorialquestion
2 Posts 2 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.
  • J Offline
    J Offline
    jeshra279
    wrote on last edited by
    #1

    Dear All, I have a SQL database with 3 columns A, B, C. Under these 3 columns, there are 100 entries. I want each row to be printed on each page of crystal report, so that i get a separate page for each row entries of the database. Can someone suggest me how to implement this? Regards R.S.

    P 1 Reply Last reply
    0
    • J jeshra279

      Dear All, I have a SQL database with 3 columns A, B, C. Under these 3 columns, there are 100 entries. I want each row to be printed on each page of crystal report, so that i get a separate page for each row entries of the database. Can someone suggest me how to implement this? Regards R.S.

      P Offline
      P Offline
      Paramu1973
      wrote on last edited by
      #2

      You can check with crystal reports, from report field explorer, there is a field called Group Fields, there if you give your field as a group field, then your reports will be seperated by the same manner.:thumbsup: For Details, suppose your report like S.No..Name...............Category 1.....Mr.Dave Kresoik....MVP 2.....You................Learner 3.....Me.................Learner Now I added a Group By Field as Category, then PAGE-1 S.No..Name...............Category 1.....Mr.Dave Kresoik....MVP And PAGE-2 S.No..Name...............Category 1.....You................Learner 2.....Me.................Learner

      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