RE: [U2] Change columns from 80 to 132 and from 132 to 80

2008-09-15 Thread lappies
Carlos Hanson wrote: On Fri, May 16, 2008 at 8:14 AM, Michael Bayer [EMAIL PROTECTED] wrote: On May 16, 2008, at 10:55 AM, Carlos Hanson wrote: On Fri, May 16, 2008 at 6:13 AM, Jim Steil [EMAIL PROTECTED] wrote: Hi: Can anyone tell me if it is possible to access data on an

RE: [U2] Change columns from 80 to 132 and from 132 to 80

2008-09-15 Thread Tim Stokes
@listserver.u2ug.org Subject: RE: [U2] Change columns from 80 to 132 and from 132 to 80 Hi, Use the Following .. For 132... CALL WIN.PCSCRIPT(wintsys\wit_scr\view132,) EXECUTE 'TERM 132' For 80 CALL WIN.PCSCRIPT(wintsys\wit_scr\view80,) EXECUTE 'TERM 80' HTH Lappies Labuschagne South

Re: [U2] Change columns from 80 to 132 and from 132 to 80

2008-09-13 Thread Anthony W. Youngman
In message [EMAIL PROTECTED], Ed Clark [EMAIL PROTECTED] writes Is this universe or unidata? Looks like universe defines the @(-29) function as setting 80 column mode, and the @(-30) function as setting 132 column mode. These may not be defined for all term types, but they work for me in

Re: [U2] Change columns from 80 to 132 and from 132 to 80

2008-09-12 Thread T Stokes
I need to add this is from Wintegrate. T Stokes wrote: I am trying to find a way to change the columns on my screen from 80 to 132 and from 132 to 80. Either by scripts or by program. -- View this message in context:

Re: [U2] Change columns from 80 to 132 and from 132 to 80

2008-09-12 Thread Kevin King
Depends on the emulator. What emulator and emulation are you using in that program? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Change columns from 80 to 132 and from 132 to 80

2008-09-12 Thread Ed Clark
I'm not familiar with wintegrate. Does it do multiple emulations? The control sequences to change a vt100 emulator are different than for a Wyse or Adds terminal. Check out the wintegrate programmer's manual. If it's anything like Accuterm, there's probably a private escape sequence that

Re: [U2] Change columns from 80 to 132 and from 132 to 80

2008-09-12 Thread Ed Clark
Is this universe or unidata? Looks like universe defines the @(-29) function as setting 80 column mode, and the @(-30) function as setting 132 column mode. These may not be defined for all term types, but they work for me in vt420. On Sep 12, 2008, at 3:49 PM, T Stokes wrote: I need to

RE: [U2] Change columns from 80 to 132 and from 132 to 80

2008-09-12 Thread Tim Stokes
: Friday, September 12, 2008 3:40 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Change columns from 80 to 132 and from 132 to 80 Depends on the emulator. What emulator and emulation are you using in that program? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please