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. database to pdf

database to pdf

Scheduled Pinned Locked Moved Visual Basic
database
7 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.
  • M Offline
    M Offline
    mcgann
    wrote on last edited by
    #1

    ok been at this for days tryin to populate or create a pdf once i have selected a row from a datagrid.Basically once i have selected my desired record i wish to have all the information of that 1 record put into a pdf. If anyone has any information on this please post it too me. Thank you

    O U K 3 Replies Last reply
    0
    • M mcgann

      ok been at this for days tryin to populate or create a pdf once i have selected a row from a datagrid.Basically once i have selected my desired record i wish to have all the information of that 1 record put into a pdf. If anyone has any information on this please post it too me. Thank you

      O Offline
      O Offline
      OMalleyW
      wrote on last edited by
      #2

      Need more information: 1) is this a windows app or web app 2) what kind of database are you using Will

      M 1 Reply Last reply
      0
      • M mcgann

        ok been at this for days tryin to populate or create a pdf once i have selected a row from a datagrid.Basically once i have selected my desired record i wish to have all the information of that 1 record put into a pdf. If anyone has any information on this please post it too me. Thank you

        U Offline
        U Offline
        User 565426
        wrote on last edited by
        #3

        You probably want to look into using crystal reports for this. Once the user has selected a row form the Datagrid you can move that row into a data table, bind that to a crsytal report, and then export that to a pdf.

        O 1 Reply Last reply
        0
        • U User 565426

          You probably want to look into using crystal reports for this. Once the user has selected a row form the Datagrid you can move that row into a data table, bind that to a crsytal report, and then export that to a pdf.

          O Offline
          O Offline
          OMalleyW
          wrote on last edited by
          #4

          Daryl Morgans wrote: You probably want to look into using crystal reports for this unless he is looking for a free solution... from what I understand crystal reports is not a free solution :)

          1 Reply Last reply
          0
          • M mcgann

            ok been at this for days tryin to populate or create a pdf once i have selected a row from a datagrid.Basically once i have selected my desired record i wish to have all the information of that 1 record put into a pdf. If anyone has any information on this please post it too me. Thank you

            K Offline
            K Offline
            KaptinKrunch
            wrote on last edited by
            #5

            I would look at the PrintDocument class and related. You can push these document types write to a printer such as the Adobe PDF Writer.

            O 1 Reply Last reply
            0
            • O OMalleyW

              Need more information: 1) is this a windows app or web app 2) what kind of database are you using Will

              M Offline
              M Offline
              mcgann
              wrote on last edited by
              #6

              1> this is a web app 2> Using sql server thanks for your help gfhg

              1 Reply Last reply
              0
              • K KaptinKrunch

                I would look at the PrintDocument class and related. You can push these document types write to a printer such as the Adobe PDF Writer.

                O Offline
                O Offline
                OMalleyW
                wrote on last edited by
                #7

                You could also look at pushing the documents to a PostScript printer and saving it to a file. Then converting it to a PDF using GhostScript. I hate users. Not all of them, just the ones who talk.Al Einstien

                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