Re: [U2] Somewhere other than HOLD

2006-10-27 Thread Mats Carlid
When in universe use the relatively new option of setptr 'USEROPTS' to pass your options to the pritner driver script - then You may continue to use FORM and BANNER for what they are intended for. my 2 vre -- mats Charlie Rubeor skrev: Don't know if this will help, but here is what I did to

Re: [U2] Somewhere other than HOLD

2006-10-26 Thread Allen Egerton
George Gallen wrote: Is there a way in UV to direct a printjob to another file besides HOLD using the SETPTR (more precisely the !SET.PTR command? I Just want to re-direct specific jobs, but keep HOLD My workaround is is READ/WRITE/DELETE the job from HOLD to where I want it after the job

RE: [U2] Somewhere other than HOLD

2006-10-26 Thread George Gallen
Sent: Thursday, October 26, 2006 1:07 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Somewhere other than HOLD No way that I know of. But here's another workaround - rewrite the VOC entry to HOLD temporarily. Keep in mind that it's a kludge that would work only if you don't have

RE: [U2] Somewhere other than HOLD

2006-10-26 Thread Brenda Price
We do this here with the following. EXECUTE 'SETPTR ,132,60,4,0,1,BRIEF,FORM ACHFILE,NFMT,RETAIN,INFORM,BANNER UNIQUE ACH_RPT_':DATE() The form ACHFILE is the file we store this report in. Brenda Price Affiliated Acceptance Corporation Sunrise Beach, MO -Original Message- From: [EMAIL

RE: [U2] Somewhere other than HOLD

2006-10-26 Thread Kevin King
This might be crossing the lines of the bizarre, but if you know your HOLD entry name, why not execute a OS-level command to put a symlink to it from another directory. The actual file doesn't move, but you have access to it from another directory. -Kevin [EMAIL PROTECTED]

RE: [U2] Somewhere other than HOLD

2006-10-26 Thread George Gallen
another account rather than use the symlink. George -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin King Sent: Thursday, October 26, 2006 1:53 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Somewhere other than HOLD This might be crossing

RE: [U2] Somewhere other than HOLD

2006-10-26 Thread George Gallen
@listserver.u2ug.org Subject: RE: [U2] Somewhere other than HOLD We do this here with the following. EXECUTE 'SETPTR ,132,60,4,0,1,BRIEF,FORM ACHFILE,NFMT,RETAIN,INFORM,BANNER UNIQUE ACH_RPT_':DATE() The form ACHFILE is the file we store this report in. Brenda Price Affiliated Acceptance

RE: [U2] Somewhere other than HOLD

2006-10-26 Thread George Gallen
] Behalf Of Kevin King Sent: Thursday, October 26, 2006 1:53 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Somewhere other than HOLD This might be crossing the lines of the bizarre, but if you know your HOLD entry name, why not execute a OS-level command to put a symlink to it from

RE: [U2] Somewhere other than HOLD

2006-10-26 Thread Brenda Price
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen Sent: Thursday, October 26, 2006 1:20 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Somewhere other than HOLD hmm. I've never used FORM xx with a directory. Does it require a special DEVICES entry? I'll have

Re: [U2] Somewhere other than HOLD

2006-10-26 Thread Charlie Rubeor
Don't know if this will help, but here is what I did to solve a similar problem in Unidata. The first step we took was to start using the BANNER UNIQUE (string) setptr option. Hopefully, that option is available in Universe. So, the setptr command would contain something like BANNER UNIQUE

RE: [U2] Somewhere other than HOLD

2006-10-26 Thread colin.alfke
Or execute an OS command to move the file from HOLD to wherever you want it - then you don't actually have to open the other file Hth Colin Alfke Calgary Canada -Original Message- From: George Gallen on further reading...now, I see what your saying. Your right...bizarre. h.

RE: [U2] Somewhere other than HOLD

2006-10-26 Thread George Gallen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Charlie Rubeor Sent: Thursday, October 26, 2006 3:39 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Somewhere other than HOLD Don't know if this will help, but here is what I did to solve

RE: [U2] Somewhere other than HOLD

2006-10-26 Thread u2
This may be more overhead than you want, but it's easy to use SETPTR mode 2 to print to a specific file 0001 * something you would do only once as part of installation 0002 EXECUTE 'CREATE-FILE ALT.HOLD 19' 0003 0004 PORT='HOLD':@USERNO ;* or something more unique like INVOICES 0005