Ask a Question related to ASP Components, Design and Development.
-
Mongoose #1
Printing to local printer
I have developed a web page using VB.net which prints data from a MSSQL
database. I cannot figure out how to get a list of the local printers for
the client viewing the page. The PrinterSettings.InstalledPrinters object
lists the printers on the server from which the page is loaded. When I view
the data from a remote office, I want to select a local printer for the
client machine. How can I do this?
Mongoose Guest
-
Controlling printing and printer
I am trying to control Adobe Pro (create OLE object of AcroExch) during the printing phase with a number of different options for a print shop. So... -
printer getting data but not printing
I'm running Breezy with a HP Laserjet 1200 printer connected to it via parallel port. I've had the printer working last week both locally and... -
Configuring a local-printer
news.planet.nl wrote: FWIW, Caldera is now SCO. You have two possibilities here: a) Install and configure a TCP/IP Print server on your... -
How do I install a local printer on SCO Unix?
Jorge_Beteta <jbeteta@yahoo.com> wrote: Looks like you've done it, but you didn't say anything about wiring, baud rate or flow control. ... -
embedding an axtiveX that prints on the local printer.
Hi, Is it possible to write in VB6 an activeX that will receive a RecordSet and display a data report and then print it on a local/network printer? -
Natalia Uribe #2
Re: Printing to local printer
Did you figure this one out? I have the same requirement...
Thanks!
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Natalia Uribe Guest
-
Mongoose2 #3
Re: Printing to local printer
No, I haven't. There must be a way to do this that is probably pretty
simple, once you figure it out.
"Natalia Uribe" wrote:
>
>
> Did you figure this one out? I have the same requirement...
>
> Thanks!
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
>Mongoose2 Guest
-
Jon Paal [MSMD] #4
Re: Printing to local printer
you can't.
ASP components run on the server and can't look at the client's machine.
That would pose a security risk.
"Mongoose" <Mongoose@discussions.microsoft.com> wrote in message news:9279D3FB-4D10-469F-8E19-38FF5FADE526@microsoft.com...>I have developed a web page using VB.net which prints data from a MSSQL
> database. I cannot figure out how to get a list of the local printers for
> the client viewing the page. The PrinterSettings.InstalledPrinters object
> lists the printers on the server from which the page is loaded. When I view
> the data from a remote office, I want to select a local printer for the
> client machine. How can I do this?
Jon Paal [MSMD] Guest
-
Mongoose2 #5
Re: Printing to local printer
That really bursts my bubble. ASP now appears to be fairly useless. What is
the point of being able to access my data if I cannot print it? If I re-do
the whole thing as a Web application will that allow me to print locally?
"Jon Paal [MSMD]" wrote:
> you can't.
>
> ASP components run on the server and can't look at the client's machine.
>
> That would pose a security risk.
>
>
> "Mongoose" <Mongoose@discussions.microsoft.com> wrote in message news:9279D3FB-4D10-469F-8E19-38FF5FADE526@microsoft.com...>> >I have developed a web page using VB.net which prints data from a MSSQL
> > database. I cannot figure out how to get a list of the local printers for
> > the client viewing the page. The PrinterSettings.InstalledPrinters object
> > lists the printers on the server from which the page is loaded. When I view
> > the data from a remote office, I want to select a local printer for the
> > client machine. How can I do this?
>
>Mongoose2 Guest
-
Jon Paal [MSMD] #6
Re: Printing to local printer
Understand what ASP is created to do - run code on the server..
use client side coding (javascript) to print what you see on the screen
most browsers also have a printing capability... so there is no problem.
"Mongoose2" <Mongoose2@discussions.microsoft.com> wrote in message news:DA24FC9F-6965-4A92-A9B1-6CDD7ECFD754@microsoft.com...> That really bursts my bubble. ASP now appears to be fairly useless. What is
> the point of being able to access my data if I cannot print it? If I re-do
> the whole thing as a Web application will that allow me to print locally?
>
> "Jon Paal [MSMD]" wrote:
>>> you can't.
>>
>> ASP components run on the server and can't look at the client's machine.
>>
>> That would pose a security risk.
>>
>>
>> "Mongoose" <Mongoose@discussions.microsoft.com> wrote in message news:9279D3FB-4D10-469F-8E19-38FF5FADE526@microsoft.com...>>>> >I have developed a web page using VB.net which prints data from a MSSQL
>> > database. I cannot figure out how to get a list of the local printers for
>> > the client viewing the page. The PrinterSettings.InstalledPrinters object
>> > lists the printers on the server from which the page is loaded. When I view
>> > the data from a remote office, I want to select a local printer for the
>> > client machine. How can I do this?
>>
>>
Jon Paal [MSMD] Guest



Reply With Quote

