Re: [U2] squelching the ClearScreen before a LIST output

2005-09-22 Thread Allen Egerton
From: George Gallen [EMAIL PROTECTED] OK. this is for UV10 Is there a keyword/option to NOT do a clear screen on the LIST command. This would be from a Paragraph, so I can't do an execute and just remove it from captured data. What we want to do is show information, then LIST file

Re: [U2] squelching the ClearScreen before a LIST output

2005-09-22 Thread Peter Gonzalez
George, If you CAPTURE the output to a variable you can modify the LIST results. I can even have a routine to move 'F'oward or 'B'ack and display your LIST results. At 09:35 AM 9/22/2005 -0400, you wrote: OK. this is for UV10 Is there a keyword/option to NOT do a clear screen on the LIST

RE: [U2] squelching the ClearScreen before a LIST output

2005-09-22 Thread u2
Most systems have a terminfo entry for dumb, so TERM dumb LIST LISTTLEFILE TERM vt100 Would get you a list with no formfeeds at page breaks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen Sent: Thursday, September 22, 2005 9:36 AM To:

RE: [U2] squelching the ClearScreen before a LIST output

2005-09-22 Thread George Gallen
] Behalf Of Peter Gonzalez Sent: Thursday, September 22, 2005 10:20 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] squelching the ClearScreen before a LIST output George, If you CAPTURE the output to a variable you can modify the LIST results. I can even have a routine to move 'F'oward

RE: [U2] squelching the ClearScreen before a LIST output

2005-09-22 Thread George Gallen
and does ours, and this works greatThanks. George -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, September 22, 2005 10:35 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] squelching the ClearScreen before a LIST

RE: [U2] squelching the ClearScreen before a LIST output

2005-09-22 Thread George Gallen
: Thursday, September 22, 2005 11:25 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] squelching the ClearScreen before a LIST output This may be more work than you want, and changing the TERM-type to dumb will probably do what you want, but for future and general utility use, you could have

RE: [U2] squelching the ClearScreen before a LIST output

2005-09-22 Thread u2
Subject: RE: [U2] squelching the ClearScreen before a LIST output I don't know if this will / will not work for UV, but, an old PICK trick is to set the TERM depth to '0' temporarily. This works on UniData so it should work here too. As this disables pagination, it can only be used

Re: [U2] squelching the ClearScreen before a LIST output

2005-09-22 Thread Ray Wurlod
SET.TERM.TYPE DUMB or SET.TERM.TYPE paper just before your LIST (maybe reset it afterwards). --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] squelching the ClearScreen before a LIST output

2005-09-22 Thread Ray Wurlod
Replace the RetrieVe query with the equivalent SQL, which doesn't through a new page request (unless you explicitly ask it to). --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] squelching the ClearScreen before a LIST output

2005-09-22 Thread phil walker
Gallen Sent: Friday, 23 September 2005 3:16 a.m. To: u2-users@listserver.u2ug.org Subject: RE: [U2] squelching the ClearScreen before a LIST output this is from a paragraph, not a program, and converting it to a program is a last resort, for now our workaround was to change the order