Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Fedic #1
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
-
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... -
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... -
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... -
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... -
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... -
darrel #2
Re: Send direclty to printer
> I have an ASP that pulls several records back from a MSSQL database via VB
record> script. I'm trying to create a link that I can place at the end of eachfrom> that when clicked will send a preformatted page containing specific fieldsdialog> the record to a printer. I need this to happen without genereating aTo a specific printer on the network? If so, then you might be able to do> box.
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
-
Fedic #3
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



Reply With Quote

