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. VB.Net - Print Queue

VB.Net - Print Queue

Scheduled Pinned Locked Moved Visual Basic
databasecsharpsql-serversysadmin
4 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.
  • D Offline
    D Offline
    directred
    wrote on last edited by
    #1

    I wonder if anyone can help or give me advice before I start this vb project. All VB systems I have done before, the printing off crystal reports direct to printer was straight forward. Now I have to put my output first to a print queue to be printed off at a later date. What would be the best way of doing this? I will be using vb.net 2008 along with SQL Server. I have a couple of ideas but in short don’t know where to start. I thought putting the text file to some area in a database but how could this be done. Any ideas would be gratefully appreciated.

    R 1 Reply Last reply
    0
    • D directred

      I wonder if anyone can help or give me advice before I start this vb project. All VB systems I have done before, the printing off crystal reports direct to printer was straight forward. Now I have to put my output first to a print queue to be printed off at a later date. What would be the best way of doing this? I will be using vb.net 2008 along with SQL Server. I have a couple of ideas but in short don’t know where to start. I thought putting the text file to some area in a database but how could this be done. Any ideas would be gratefully appreciated.

      R Offline
      R Offline
      Ray Cassick
      wrote on last edited by
      #2

      Personally, seems to be not really a VB.NET question but more of a general question... Not a whole ton of details here so the suggestion is a bit week, but if all you are trying to do is delay printing a report then create a small service app that wakes up and looks in a folder on a schedule for a file (maybe a your report printed to PDF) and then if it is there sends it to the printer on schedule? There is a bunch of details missing here though... maybe you could elaborate a bit more? Not really sure why you would want a report generated on one day and then not printed until another latter date.


      LinkedIn[^] | Blog[^] | Twitter[^]

      D 1 Reply Last reply
      0
      • R Ray Cassick

        Personally, seems to be not really a VB.NET question but more of a general question... Not a whole ton of details here so the suggestion is a bit week, but if all you are trying to do is delay printing a report then create a small service app that wakes up and looks in a folder on a schedule for a file (maybe a your report printed to PDF) and then if it is there sends it to the printer on schedule? There is a bunch of details missing here though... maybe you could elaborate a bit more? Not really sure why you would want a report generated on one day and then not printed until another latter date.


        LinkedIn[^] | Blog[^] | Twitter[^]

        D Offline
        D Offline
        directred
        wrote on last edited by
        #3

        Thanks for the reply. The idea is rather than print straight away put the print to a queue then print later on the day. User request and I do as I am told. Not high enough up the chain. I like the idea of creating a PDF and then display all the prints. Then select the print you want. I would then run a procedure every couple of days to remove un printed documents. Do you think this is the best idea?

        R 1 Reply Last reply
        0
        • D directred

          Thanks for the reply. The idea is rather than print straight away put the print to a queue then print later on the day. User request and I do as I am told. Not high enough up the chain. I like the idea of creating a PDF and then display all the prints. Then select the print you want. I would then run a procedure every couple of days to remove un printed documents. Do you think this is the best idea?

          R Offline
          R Offline
          Ray Cassick
          wrote on last edited by
          #4

          'Best' can only be judged by you and the client... To me it sounds like it 'satisfies' the requirements though.


          LinkedIn[^] | Blog[^] | Twitter[^]

          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