Send direclty to printer

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Send direclty to printer

    I have an ASP that pulls several records back from a MSSQL database via VB
    script. I'm trying to create a link that I can place at the end of each record
    that when clicked will send a preformatted page containing specific fields from
    the record to a printer. I need this to happen without genereating a dialog
    box.

    I have the page already coded with the fields I want to print. I have been
    able to create a link at the end of each record that properly displays the data
    for that particular record. And when that page is printed (to a label printer)
    it prints correctly.

    Now I need to send this page without it or the dialog box ever being
    displayed. So the process would be:
    1. The user conducts a search and retrieves records.
    2. The user wants to generate a label for one of the records containing data
    from several of the fields by clicking on "Print Label"
    3. The user clicks on "Print Label" for the record and a label is instantly
    printed without a dialog box.

    How do I do this?

    Fedic Guest

  2. Similar Questions and Discussions

    1. Win32::Printer::Enum::Printer($server)
      Has anyone ever managed to get Win32::Printer::Enum::Printer($server) to enumerate printers on a server? I've tried $server with a plain server...
    2. Fonts get funky when I send a PC PDF file to a printer with a MAC-based system
      When I prepare a PC PDF file to go to a printer the fonts "default" ( some of the text, not all is uneven) when a printer with a Mac-based system...
    3. Send Documents to Printer
      I have a series of hyperlinks on my page which open up documents. Mainly pdfs. Can anyone tell me if it is possible to send these straight to...
    4. Send color text to printer
      Joe, this is the same question you posted on July 31st. If you didn't get any replies then, you're not likely to now, either. I'd suggest...
    5. Send to Printer Option???
      Hello all- I am interested in putting in a 'print' button onto my page....how do I go about doing this??? --> on a side note....I have a link...
  3. #2

    Default Re: Send direclty to printer

    > I have an ASP that pulls several records back from a MSSQL database via VB
    > script. I'm trying to create a link that I can place at the end of each
    record
    > that when clicked will send a preformatted page containing specific fields
    from
    > the record to a printer. I need this to happen without genereating a
    dialog
    > box.
    To a specific printer on the network? If so, then you might be able to do
    that on the back end.

    If it's to the end-users printer, I know of now way to bypass the browsers
    print-dialogue box. But, if you are strictly talking about Windows users
    using IE, perhaps there is some way to do that via ActiveX.

    -Darrel


    darrel Guest

  4. #3

    Default Re: Send direclty to printer

    Is there perhaps a way to accomplish this using javascript?

    If I were to use activex to accomplish this where do I find the activex
    component and how do I use it? My intent is to do this on a Windows PC only
    probably running Win2000 or XP.

    Fedic Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139