[PHP-WIN] printer_start_doc

2001-08-30 Thread Rob Cox
Can anyone get this working? I keep on getting: Warning: couldn't allocate new print job in E:\Archive\html\PSprint.php on line 6 I did an printer_open successfully. Now I want to create my document to print but I can't get by this step. Any idea's out there? -- PHP Windows Mailing List (h

Re: [PHP-WIN] printer_start_doc

2001-08-28 Thread Rob Cox
Any luck? "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 15:08 24.08.2001 -0400, Rob Cox wrote: > >Updated to 4.0.7rc1 and it still didn't work. > >Here's my snippet:

Re: [PHP-WIN] printer_start_doc

2001-08-27 Thread Rob Cox
Thanks for the info on using printer_draw_text. "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 15:08 24.08.2001 -0400, Rob Cox wrote: > >Updated to 4.0.7rc1 and it still didn't work. > >Here

Re: [PHP-WIN] printer_start_doc

2001-08-27 Thread Rob Cox
Both the web and print server are running Windows 2000 SP2. "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 15:08 24.08.2001 -0400, Rob Cox wrote: > >Updated to 4.0.7rc1 and it still didn't work

Re: [PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
_end_doc($handle); printer_close($handle); "Rob Cox" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I will give it a try. Thanks. > > "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTEC

Re: [PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
I will give it a try. Thanks. "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 14:20 24.08.2001 -0400, Rob Cox wrote: > >I've made sure that the printer is available to IUSR_ALPHA (my server). The &

Re: [PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
I've made sure that the printer is available to IUSR_ALPHA (my server). The printer is actually open to everyone but I made sure that IUSR_ALPHA was specified too. Nothing. Still get the same error. "Erik H. Mathy" <[EMAIL PROTECTED]> wrote in message 005101c12cc2$fb03c390$1300020a@erik_laptop"

Re: [PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
Yes I believe that I a m running under the IUSR_ComputerName account. I'll have to verify permissions. I've just noticed that the handle that is being returned is showing as 'Resource id #1'. I have no idea about that but it makes sense that if I don't have a proper handle, I won't be able to cre

[PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
I have been able to establish a connection to a printer. printer_start_doc and printer_start_page don't seem to be working. I keep on getting the following errors: Warning: couldn't allocate new print job in E:\Archive\html\PSprint.php on line 4 Warning: couldn't start a new page in E:\Archive\

Re: [PHP-WIN] printer functions

2001-08-23 Thread Rob Cox
I didn't even think of that. Thanks. I tried it and got the printer to show up. Now I've got to figure out how to open a connection to it. The printer_open function isn't working as I would expect. Thanks again!! Rob Cox "Erik H. Mathy" <[EMAIL PROTECTED]>

[PHP-WIN] printer functions

2001-08-23 Thread Rob Cox
I'm trying to do a printer_open but I keep on getting a warning that it can't connect to the printer. The printer isn't local to the web server. It exists as a network printer (shared by another system). I'm using a fully Windows environment (I know...I know). I've tried specifying the printer nam