Re: [python-win32] why do I get error 1804 from win32print.SetJob?

2018-11-16 Thread Tim Roberts
Glenn Linderman wrote: Here is the code I'm using. Note that the variables js and rename are the control variables if you need to tweak this to run in your environment. js contains a substring of an existing document name, and the idea is that the document name of the first matching spool job

Re: [python-win32] why do I get error 1804 from win32print.SetJob?

2018-11-16 Thread Glenn Linderman
On 11/16/2018 12:08 PM, Tim Roberts wrote: Glenn Linderman wrote: Here is the code I'm using. Note that the variables js and rename are the control variables if you need to tweak this to run in your environment. js contains a substring of an existing document name, and the idea is that the d

[python-win32] Login dialog user ID restriction?

2018-11-16 Thread Scorby, Gary
We have been using the login dialog that comes with pywin32 for over a decade. Works great. [cid:[email protected]] We have a client who until recently required a 4 character max user ID. Now they want an option for up to a 19 character user ID. I told them no problem, that sho