Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Re: Printing job


Message #1 by bpezzlo@p... on Mon, 16 Apr 2001 15:03:30
I believe you would also need to ensure that the user IUSR_MACHINENAME had a
printer setup in the profile.

>> -----Original Message-----
>> From: bpezzlo@p... [mailto:bpezzlo@p...]
>> Sent: Monday, April 16, 2001 10:04 AM
>> To: ASP_Professional
>> Subject: [aspx_professional] Re: Printing job
>> 
>> 
>> This is unusual, as usually your web server is not attached 
>> to a printer, 
>> and it is not common to want to print stuff from the web 
>> server as it is 
>> unattended.
>> 
>> You may instead want to use CDONTS to email out messages from the 
>> webserver.
>> 
>> If you are still stuck on the idea of printing, try using 
>> the windows 
>> script shell command to launch something like notepad and 
>> printing its 
>> document.  Usually applications can pass command line arguments to 
>> indicate to print as opposed to open.
>> 
>> Good luck.
>> 
>> Bruce
>> 
>> > I would like to know if it's there is a print object with 
>> asp like the
>> > print object in visual basic.
>> > How it's working?
>> > 
>> > I tried to create a COM application but i always get the "Erreur
>> > Imprimante" message.
>> > 
>> > Thanx
>> > 
>> > Jimmy Lahaie
>

  Return to Index