Re: [U2] SORT reports line length, change right margin?

2013-07-15 Thread Anthonys Lists
On 15/07/2013 15:32, randyleesmith wrote: It's been a while, nice to be back and working again. :) I'm on a Universe Database; I have a proc full of SORT reports. Bear in mind SORT and LIST are pretty much the same thing ... I needed to add new fields, but the size of the line is too

Re: [U2] SORT reports line length, change right margin?

2013-07-15 Thread Don Robinson
an H before SETPTR and a P on the next line. Good luck, Don Robinson From: Anthonys Lists antli...@youngman.org.uk To: u2-users@listserver.u2ug.org Sent: Monday, July 15, 2013 11:52 AM Subject: Re: [U2] SORT reports line length, change right margin? On 15/07

Re: [U2] SORT reports line length, change right margin?

2013-07-15 Thread randyleesmith
I've tried to get the ok for moving items over, but it effected the headers too. I guess the customer didn't go for it. (I have a Customer Rep I work with.) The SORT did not like making PCL changes. It just ignored them. I'm sure its because of the default settings on the system. You can set

Re: [U2] SORT reports line length, change right margin?

2013-07-15 Thread Bill Haskett
The simplest solution is to change the print width in UV then alter the CPI in PCL. You may not have to alter the print width in UV if the original developer was prescient enough to plan for expansion. e.g. ^027E^027l1e64F^027a0l85M^027(s0p16.67h0s3b##DEFFONTNO##T ...where ##DEFFONTNO### is

Re: [U2] SORT reports line length, change right margin?

2013-07-15 Thread Wols Lists
On 15/07/13 17:12, randyleesmith wrote: SETPTR might be worth looking into as long as I can set it back. Investigate using a different channel ... I mentioned it recently but try SETPTR 1,... followed by SORT ... LPTR 1 That way, you don't touch whatever's on the user's default channel 0, and

Re: [U2] SORT reports line length, change right margin?

2013-07-15 Thread randyleesmith
You all have given me a lot to work with. Thank you. I forgot to mentioned that the report I'm changing is part of a number of other similar reports. They all need to be together in the same printer spool. They are printed together as one big report. Since I don't know, or remember, much about

Re: [U2] SORT reports line length, change right margin?

2013-07-15 Thread Wols Lists
On 15/07/13 18:15, randyleesmith wrote: You all have given me a lot to work with. Thank you. I forgot to mentioned that the report I'm changing is part of a number of other similar reports. They all need to be together in the same printer spool. They are printed together as one big

Re: [U2] SORT reports line length, change right margin?

2013-07-15 Thread randyleesmith
There is a SP-ASSIGN OHS At the start of the Proc And a SP-ASSIGN At the end. All the report are meant to be held together. I really did miss this, even if you don't get the answer you wanted to your question, you sometimes get some great insight to the U2 environment. Knowledge that can

Re: [U2] SORT reports line length, change right margin?

2013-07-15 Thread Wols Lists
On 15/07/13 18:50, randyleesmith wrote: There is a SP-ASSIGN OHS At the start of the Proc And a SP-ASSIGN At the end. All the report are meant to be held together. In which case (If I remember my SP-ASSIGN correctly) changing this one report to a different print channel most