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

2012-05-10 Thread Tim Stokes
I am using a samba share. /usr/bin/smbclient '\\ipaddress\printer name' -U user name %password -c 'translate;print -'/root/Printers/log file name This is working on several windows printers to linux, and on a Windows 7 professional edition. But on a windows 7 home edition the jobs run through

RE: [U2] Does anybody have a hot backup server?

2009-03-20 Thread Tim Stokes
Double take will work in this situtation. -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jeff Powell Sent: Wednesday, March 18, 2009 3:07 PM To: u2-users@listserver.u2ug.org Subject: [U2] Does anybody have a hot

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

2008-09-15 Thread Tim Stokes
Thank-you this is just what I needed Tim Stokes [EMAIL PROTECTED] Monolith Corporation Phone: (919) 878-1900 ext 267 Fax: (919) 878-8844 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of lappies Sent: Monday, September 15, 2008 6:22 AM To: u2-users

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

2008-09-12 Thread Tim Stokes
I am trying to set the columns in wintegrate from 80 to 132 or from 132 to 80 Tim Stokes [EMAIL PROTECTED] Monolith Corporation Phone: (919) 878-1900 ext 267 Fax: (919) 878-8844 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King Sent

RE: [U2] Press any key to continue...

2008-04-30 Thread Tim Stokes
You can also try ANS = KEYIN() -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ferries Sent: Tuesday, April 29, 2008 2:46 PM To: u2-users@listserver.u2ug.org Subject: [U2] Press any key to continue... Hi All, We were coding a standard INPUT ANS

RE: [U2] Question about windows xp

2008-03-17 Thread Tim Stokes
yes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cisar Riba Cervera Sent: Monday, March 17, 2008 12:39 PM To: u2-users@listserver.u2ug.org Subject: [U2] Question about windows xp Hello It is possible install universe in windows xp? Thanks.

RE: [U2] INCLUDE weirdo

2008-03-10 Thread Tim Stokes
I would not say pre-historic. Those items mentioned are not that far removed. Remember how quickly vinyl left the shelves when CDs came into being. You do realize that you are showing U2 to be a sport of the pre-historic? / --- u2-users mailing list u2-users@listserver.u2ug.org To

RE: [U2] INCLUDE weirdo

2008-03-07 Thread Tim Stokes
We must remember that programming and computers in general has changed much since the beginning. How many remember punch cards. Can programmers today relate to a time when programmers submitted there code to be placed on punched cards? How about a half a day turnaround to see if your program

RE: [U2] Type ahead buffer overflow

2008-02-26 Thread Tim Stokes
That is very similar to the one I use. Here is mine. REC = '' LOOP INPUT XXX UNTIL XXX = *NED OF TEXT* DO REC-1 = XXX REPEAT If you want to lose blank lines you change REC-1 = XXX to IF TRIM(XXX) # THEN REC-1 = XXX -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [U2] Type ahead buffer overflow

2008-02-25 Thread Tim Stokes
How large is the data? How are you receiving the data? The routines I use hold several pages. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Dodds Sent: Monday, February 25, 2008 12:41 PM To: u2-users@listserver.u2ug.org Subject: [U2] Type ahead

RE: [U2] UD and SBS Server

2008-02-20 Thread Tim Stokes
I have seen this problem. Check your login id to make sure you are allow to login to the U2 server. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Tuesday, February 19, 2008 11:48 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2]

RE: [U2] UD and SBS Server

2008-02-20 Thread Tim Stokes
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Stokes Sent: Wednesday, February 20, 2008 8:01 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] UD and SBS Server I have seen this problem. Check your login id to make sure you are allow to login to the U2 server. -Original

RE: [U2] [UB] Beep Error [not-secure]

2008-02-14 Thread Tim Stokes
Just a side note. If there is a problem with the speaker or the user has an hearing problem the bell with not be heard. Users may also grow 'upset' with hearing a bell. I tend to lean towards visual clues (error messages). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [U2] [UB] Detecting KeyBoard Up Arrow

2008-02-08 Thread Tim Stokes
You can use something like this. INPUT SYSTEM.14,-1 Ans = '' FOR X = 1 TO SYSTEM.14 Ans := KEYIN() NEXT X begin case case Ans = CHAR(27):[A ; crt 'Victory ' : gosub Bottom.Prompt case Ans = 'x' ; go The.End case Ans =

RE: [U2] Dynamic Connect keyboard definitions

2008-01-23 Thread Tim Stokes
Yep, Removed the post keyboard settings. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Bartlett Sent: Wednesday, January 23, 2008 11:21 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Dynamic Connect keyboard definitions Tim Are you

RE: [U2] Slave Printing Problem

2008-01-22 Thread Tim Stokes
playing nicely with Ableterm. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Stokes Sent: Monday, January 21, 2008 4:03 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Slave Printing Problem Is this a dumb terminal or a terminal emulator

RE: [U2] Dynamic Connect keyboard definitions

2008-01-22 Thread Tim Stokes
I have saved the definitions but they still return to the default values. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Bartlett Sent: Tuesday, January 22, 2008 1:17 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Dynamic Connect keyboard

RE: [U2] Slave Printing Problem

2008-01-21 Thread Tim Stokes
Is this a dumb terminal or a terminal emulator? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bessel, Karen Sent: Monday, January 21, 2008 3:33 PM To: u2-users@listserver.u2ug.org Subject: [U2] Slave Printing Problem Turning auxiliary port on/off