[U2] Dynamic Connect keyboard definitions

2008-01-22 Thread T Stokes
I am trying to save keyboard definitions from one session to the next. Mainly the keypad. The definitions will be changed before login but lost after I enter the user name and password. I have saved the keyboard definition and have placed it in the post session open script. -- View this message

RE: [U2] Slave Printing Problem

2008-01-22 Thread T Stokes
A simple test that can be performed to see if it is Able Term or universe. Using Hyper AND A VT100 emulation. 0001: PRINT CHAR(27):[5i 0002: FOR A = 1 TO 10 0003: PRINT A 0004: NEXT A 0005: PRINT CHAR(12): 0006: PRINT CHAR(27):[4i This should print to your default printer. You can use the same

Re: [U2] File pointer question

2008-06-16 Thread T Stokes
With the help IBM I was able to resolve the problem. Fixing it required changing a pointer. -- View this message in context: http://www.nabble.com/File-pointer-question-tp17788496p17870502.html Sent from the U2 - Users mailing list archive at Nabble.com. --- u2-users mailing list

Re: [U2] group locks and user nbr's

2008-06-24 Thread T Stokes
This is a version of an expanded LIST.READU EVERY. It changes the pid for the user name. Slight modifications can be made to use replace the inode with the file name. PID.ARRAY = '' ; ID.ARRAY = '' EXECUTE LISTU CAPTURING EXEC.LINE.OUT HEADER.LINE1 = TRIM(EXEC.LINE.OUT2)

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

2008-09-12 Thread T Stokes
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: http://www.nabble.com/Change-columns-from-80-to-132-and-from-132-to-80-tp19462277p19462277.html Sent from the U2 - Users mailing list

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: http://www.nabble.com/Change-columns-from-80-to-132-and-from-132

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

-- Thread T Stokes
color_url = "006792"; google_color_text = "00"; //--> [U2] Change columns from 80 to 132 and from 132 to 80 T Stokes Re: [U2] Change columns from 80 to 132 and from 132 to 80 T Stokes Re: [U2] Change columns from 80 to 132 and from 132 to 80 Ed Clark Re: [U2]

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

-- Thread T Stokes
color_url = "006792"; google_color_text = "00"; //--> [U2] Change columns from 80 to 132 and from 132 to 80 T Stokes Re: [U2] Change columns from 80 to 132 and from 132 to 80 T Stokes Re: [U2] Change columns from 80 to 132 and from 132 to 80 Ed Clark Re: [U2]

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

-- Thread T Stokes
color_url = "006792"; google_color_text = "00"; //--> [U2] Change columns from 80 to 132 and from 132 to 80 T Stokes Re: [U2] Change columns from 80 to 132 and from 132 to 80 T Stokes Re: [U2] Change columns from 80 to 132 and from 132 to 80 Ed Clark Re: [U2]

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

-- Thread T Stokes
color_url = "006792"; google_color_text = "00"; //--> [U2] Change columns from 80 to 132 and from 132 to 80 T Stokes Re: [U2] Change columns from 80 to 132 and from 132 to 80 T Stokes Re: [U2] Change columns from 80 to 132 and from 132 to 80 Ed Clark Re: [U2]

[U2] Counting records

2008-11-18 Thread T Stokes
I am trying to remember a Universe function that returns the number of records in a file. Something like this. OPEN 'SOMEFILE' TO SOMEFILE ELSE STOP 201,SOMEFILE NUM.OF.RECORDS = UNKNOWNFUNCTION(SOMEFILE) -- View this message in context:

[U2] INPUT -1 not returning the correct value

2009-11-11 Thread T Stokes
I have a situtation where the INPUT -1 is not returning the correct value. The program 'freezes' due to this problem. Has anyone seen this situtation. -- View this message in context: http://old.nabble.com/INPUT--1-not-returning-the-correct-value-tp26304456p26304456.html Sent from the U2 -

[U2] Printing to a windows printer from a linux server on Universe

2012-05-10 Thread T Stokes
We are having issue in printing to a windows printer from a Linux server. When we try to print to a Windows 7 machine we are getting errors on the windows seven machine. Has anyone has this same problem. -- View this message in context:

Re: [U2] Printing to a windows printer from a linux server on Universe

2012-05-14 Thread T Stokes
We are using smbclient. Additional information - We have determined that when windows live is installed on the workstation the smbclient is unable to communicate with th eLinux server. HOW are you trying to print from Linux to Windows? Also, what kind of printer? -- View this message in