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 the 
Linux portion but do not appear in the windows spooler.


t.sto...@monolith.com
IDS/Monolith Corporation
Phone (919) 878-1900 ext 267
Fax (919) 878-8844


-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bob Rasmussen
Sent: Thursday, May 10, 2012 11:37 AM
To: U2 Users List
Subject: Re: [U2] Printing to a windows printer from a linux server on Universe

HOW are you trying to print from Linux to Windows?

Also, what kind of printer?

On Thu, 10 May 2012, T Stokes wrote:

 
 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: 
 http://old.nabble.com/Printing-to-a-windows-printer-from-a-linux-serve
 r-on-Universe-tp33763682p33763682.html
 Sent from the U2 - Users mailing list archive at Nabble.com.
 
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 
 

Regards,
Bob Rasmussen,   President,   Rasmussen Software, Inc.

personal e-mail: r...@anzio.com
 company e-mail: r...@anzio.com
  voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
fax: (US) 503-624-0760
web: http://www.anzio.com
 street address: Rasmussen Software, Inc.
 10240 SW Nimbus, Suite L9
 Portland, OR  97223  USA 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


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 backup server?

I am trying to put together a backup strategy that involves keeping a 
standby server within two data hours of the primary. The idea is to be 
able to have users log into the backup server and keep the business 
running in the event of a crash.

I'd like to hear what solutions others have found for this.

I've been trying to contact IBM for the last 6 months but they haven't 
answered and my ERP vendor doesn't know how to do this.

Any ideas are appreciated.

TIA
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
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-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@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 Africa


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony W.
Youngman
Sent: Saturday, September 13, 2008 10:43 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Change columns from 80 to 132 and from 132 to 80

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 vt420.

I did exactly this for wIntegrate and PT250 emulation.

What you need to do (or check it works) is multifold ... :-)

Make sure those @ functions actually do something. Try setting VAR = 
@(-29) in a basic program and check the result isn't null. If they 
don't do anything you'll need to edit your terminfo database ...

Then check your .wis file and make sure that, when it receives those 
sequences it actually makes wIntegrate change column size.

Lastly, edit the TERM command (the source is in the UV account somewhere

- APP.PROGS?) so that it responds to the WIDTH option.

I wrote a couple of spool utilities - in particular one I called 
WIDELIST, that threw wIntegrate into 132 column mode to list a file and 
then reverted back to 80 when it had finished. It's a simple job but 
fiddly. I might be able to find some of the sources and post them.

Cheers,
Wol

On Sep 12, 2008, at 3:49 PM, T Stokes wrote:

 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


 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-tp19462277p19462889.html
 Sent from the U2 - Users mailing list archive at Nabble.com.
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

-- 
Anthony W. Youngman [EMAIL PROTECTED]
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The
man
lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site - http://www.maverick-dbms.org Open Source
Pick
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
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 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: 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 visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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 after asking a user to Press any
key to continue We noticed that the program would not accept a
Space Bar as a valid key; it only moves the cursor to the right.

However, the Press any key to continue... message from UniVerse accepts
the Space Bar as a valid key.
Can someone shed any light on how this prompt works? We know the magic
command to suppress the message: UDUMY = @(0), but we are more
interested in why the INPUT command does not treat the space as the
UniVerse message does.

Thanks

Steve

Steve Ferries
Vice President Information Technologies
Total Credit Recovery Limited
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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.

Cisar Riba
Spain
No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.21.7/1331 - Release Date: 16/03/2008
10:34
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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 unsubscribe please visit http://listserver.u2ug.org/


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 compiled? And
the fun task of reading core dumps.

There are many factors to consider.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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] On Behalf Of Dennis Bartlett
Sent: Tuesday, February 26, 2008 9:00 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Type ahead buffer overflow

 A! OK, so with your 500 lines of data, is it a single INPUT
 statement for all 500 lines? Or a loop over INPUT?

AND

 500 lines of 80 COL wide

If so, then the code you're looking for is

LOOP
   INPUT LN, 80
   IF TRIM(LN) = '' THEN EXIT
   GOSUB PROCESS.LINE
REPEAT

That way the INPUT statement will take 80 chars, and process them, and
go
back to get the next 80 chars.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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 buffer overflow

Or something like that.

We have a client that uses a paste from Windows into an input statement,
within a UniBasic program, to enter data.  The string get quite large
and in
the transmission from VMS to Unix AIX 5.2 running UniData 7.10 we are
losing
data.   We have played with the terminal emulator as much as possible,
but
we still lose data coming from Windows into UniData.  We have set the
sty to
utilize xon/xoff, but still we lose data.

 

Is there a way to increase the type ahead buffer so we won't overrun it.
The data string could contain multiple pages.

 

Or does anyone have a solution other then changing terminal emulators,
that
is out of the question at this installation.

 

Thanks

 

Tom Dodds
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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] UD and SBS Server

Colin:
 
I followed the exact steps and still have the login problem.  When I
look at the in
Administrative Tools I see there is no Local Security Policy but there
was a
Domain controller security policy.  In there I added the appropriate
groups (noted
as 'domain\group') to both local policies you mentioned, beneath user
rights
assignment.
 
However, this didn't seem to work.  Lord knows what the problem is, as
we're trying
to load onto an already setup and configured system.
 
Bill


  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
On Behalf Of Colin Alfke
Sent: Tuesday, February 19, 2008 6:38 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] UD and SBS Server



Bill;

There are a couple of permissions that non-admin users need.

Add the policies Allow log on locally and Access this computer from
the
network to your UniDataUsers group.

In W2K3, select Administrative Tools/Local Security Policy and Domain
Controller Security Policy, expand Security Settings, expand Local
Policies,
expand User Rights Assignment. Under the Policy column select Allow log
on
locally and add your group (or Users or Domain Users). Again select
Access
this computer from the network and add your group.

To refresh policies without a server restart press Start/Run and at the
Open: box enter gpupdate and press OK button.

hth
Colin Alfke
Calgary Canada

-Original Message-
From: Bill Haskett

I've installed UD v7.1.9 on a Windows 2003 SBS server.  The matrix says
6.1.7 - 7.1.6 is certified on Win 2K3 SBS; it doesn't mention either
7.1.9
or 7.1.12.  Unless I add a user to the Domain Admins group I cannot
access
via telnet.

I created a group for UniDataUsers that has full control of all
accounts,
our application directory, and the E:\IBM\ud71 directory.  I added a
new
user and added the UniDataUsers group to them.  I cannot login via
telnet.
I followed the
following:

http://support.microsoft.com/default.aspx/kb/292536

but this doesn't seem to help.  The error I receive is:

Welcome to DataTrust Telnet Server
login: AsiOffice
Password:
Your account has restrictions that prevent you from logging on at this
time.
Please try again later.

UniData telnet session terminating...

This is the first time I've installed UD onto an SBS server.  Does
anyone
know what this problem is?  Thanks.

Bill Haskett
Advantos Systems, Inc.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UD and SBS Server

2008-02-20 Thread Tim Stokes
Bill,
What is the setup for the id in 
Active directory for users and computers --  account tab  log on
to button.

Tim


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett
Sent: Wednesday, February 20, 2008 3:23 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] UD and SBS Server

Tim:

Thanks.  I've created the user via UniAdmin.  It's a domain user, built
like other
users created.  The user is allowed onto the application.  But I get
this message
after entering the name and password.  When I add the domain admins
group to the
user they can login.

I'm thinking there's something else required, and the Windows
administrator did
something unusual, but can't find it in the documentation, nor where to
look.  I've
spoken with two different MSCEs and we couldn't figure out the problem
(they didn't
set up the machine).  The administrator who did set up the machine did
as much as he
could.

I hate to think I will end up informing our client they need another
server, though
they probably do, and can't really install onto SBS.

If you have any other ideas, please let me know.

Thanks again,

Bill

-Original Message-
From: [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 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] UD and SBS Server

Colin:
 
I followed the exact steps and still have the login problem.  When I
look at the in
Administrative Tools I see there is no Local Security Policy 
but there
was a
Domain controller security policy.  In there I added the appropriate
groups (noted
as 'domain\group') to both local policies you mentioned, beneath user
rights
assignment.
 
However, this didn't seem to work.  Lord knows what the problem is, as
we're trying
to load onto an already setup and configured system.
 
Bill


  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
On Behalf Of Colin Alfke
Sent: Tuesday, February 19, 2008 6:38 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] UD and SBS Server



Bill;

There are a couple of permissions that non-admin users need.

Add the policies Allow log on locally and Access this computer from
the
network to your UniDataUsers group.

In W2K3, select Administrative Tools/Local Security Policy and Domain
Controller Security Policy, expand Security Settings, expand Local
Policies,
expand User Rights Assignment. Under the Policy column select 
Allow log
on
locally and add your group (or Users or Domain Users). Again select
Access
this computer from the network and add your group.

To refresh policies without a server restart press Start/Run and at the
Open: box enter gpupdate and press OK button.

hth
Colin Alfke
Calgary Canada

-Original Message-
From: Bill Haskett

I've installed UD v7.1.9 on a Windows 2003 SBS server.  The matrix says
6.1.7 - 7.1.6 is certified on Win 2K3 SBS; it doesn't mention either
7.1.9
or 7.1.12.  Unless I add a user to the Domain Admins group I cannot
access
via telnet.

I created a group for UniDataUsers that has full control of all
accounts,
our application directory, and the E:\IBM\ud71 directory.  I added a
new
user and added the UniDataUsers group to them.  I cannot login via
telnet.
I followed the
following:

http://support.microsoft.com/default.aspx/kb/292536

but this doesn't seem to help.  The error I receive is:

Welcome to DataTrust Telnet Server
login: AsiOffice
Password:
Your account has restrictions that prevent you from logging on at this
time.
Please try again later.

UniData telnet session terminating...

This is the first time I've installed UD onto an SBS server.  Does
anyone
know what this problem is?  Thanks.

Bill Haskett
Advantos Systems, Inc.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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 PROTECTED] On Behalf Of Hennessey, Mark
F.
Sent: Thursday, February 14, 2008 1:24 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UB] Beep Error [not-secure]

Control-g...   ^007? 


Mark Hennessey

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
Sent: Thursday, February 14, 2008 10:32 AM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] [UB] Beep Error

How do I send a rudimentay ascii audio error beep message when an
end-user makes a keyboard error?

--Bill
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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 = 'X' ;  go The.End

  case 1 ;  crt '__' : Ans : '__'   
gosub Bottom.Prompt 
  end   case
  

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
Sent: Thursday, February 07, 2008 5:00 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] [UB] Detecting KeyBoard Up Arrow

The following program needs help.

Using Dynamic Connect (+ wIntegrate) , I am trying to decode it when a
user
presses the UpArrow key.

Suggestions would be appreciated.

--Bill






  prompt ''

*---

---
Top: 

  crt @(-1)
  crt
  crt

  input Ans, 1

  begin case
case Ans = '^[OA'  ;  crt 'Victory ' : 
gosub Bottom.Prompt 

case Ans = 'x' ;  go The.End
case Ans = 'X' ;  go The.End

  case 1 ;  crt '__' : Ans : '__'   
gosub Bottom.Prompt 
  end   case

  go Top

*---

---
*---

---
Bottom.Prompt:

  crt
crt ' [] ' :
input Ans.2
return

*---

---
The.End:

  crt @(-1)

END



_

The program comes back with the following...  The box looks like the pi
symbol (3.14) on the screen.

^[
____

 [] OA
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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 sure you have removed the post session keyboard settings? grin

At risk of being flamed by the group, this is the config script for
mine...
(I use Notepad++ which allows me to view and change beyond the
gobbledygook...)

* Full configuration script
* Saved on Tue, 15 Jan 2008 11:29
Configure
Window=40,63,924,640,0
IgnoreErrors=1
Emulation=vt100defe ansiprt defe vtcuroff vtnumoff
Columns=132
Lines=40
BackPages=16
Cursor=Block
CursorBlink=1
Port=Windows Sockets
Host=192.168.99.99
TelnetPort=23
TransmitBlockSize=0
ZeroTopBit=0
Telnet=1
TerminalType=vt100
Echo=1
Binary=1
PortOpen=1
Font='IBSfont',7,14
ExtraLineSpace=2
InvalidCharacters=DoNotDisplay
AutoScaling=1
DrawGraphics=1
Effect_Normal=0,12632256,0,0
Effect_Dim=10485760,12632256,33,0
Effect_Reverse=0,16777215,2,0
Effect_DimReverse=0,12632256,33,0
Effect_Flash=0,15132390,2,0
Effect_DimFlash=255,12632256,33,0
Effect_ReverseFlash=255,12632256,2,0
Effect_DimReverseFlash=65535,12632256,33,0
Effect_Underline=0,15132390,34,0
Effect_DimUnderline=16777215,13959168,0,0
Effect_ReverseUnderline=0,16777215,3,0
Effect_DimReverseUnderline=16777215,13959168,33,0
Effect_FlashUnderline=16711680,12632256,0,0
Effect_DimFlashUnderline=16777215,8323072,0,0
Effect_ReverseFlashUnderline=16777215,16711680,34,0
Effect_DimReverseFlashUnderline=16777215,8323072,33,0
Effect_Bold=0,12632256,1,0
Effect_DimBold=16777215,157,0,0
Effect_ReverseBold=16777215,16711680,0,0
Effect_DimReverseBold=16777215,157,33,0
Effect_FlashBold=0,16777215,5,0
Effect_DimFlashBold=0,65535,0,0
Effect_ReverseFlashBold=0,12632256,5,0
Effect_DimReverseFlashBold=0,65535,33,0
Effect_UnderlineBold=0,16777215,34,0
Effect_DimUnderlineBold=0,10526880,0,0
Effect_ReverseUnderlineBold=16711680,14286847,34,0
Effect_DimReverseUnderlineBold=8323072,10526880,33,0
Effect_FlashUnderlineBold=16711680,65535,2,0
Effect_DimFlashUnderlineBold=0,10354687,35,0
Effect_ReverseFlashUnderlineBold=65535,12632256,0,0
Effect_DimReverseFlashUnderlineBold=0,12364434,36,0
Effect_Secret=16711680,4227327,2,0
Effect_DimSecret=65535,127,0,0
Effect_ReverseSecret=0,14286847,2,0
Effect_DimReverseSecret=16711680,8454016,2,0
Effect_FlashSecret=16711680,14286847,2,0
Effect_DimFlashSecret=16777215,0,2,0
Effect_ReverseFlashSecret=16711680,16777215,2,0
Effect_DimReverseFlashSecret=16777215,255,2,0
Effect_UnderlineSecret=16711680,16777215,34,0
Effect_DimUnderlineSecret=16777215,8323072,0,0
Effect_ReverseUnderlineSecret=16711680,12632256,2,0
Effect_DimReverseUnderlineSecret=16777215,32512,0,0
Effect_FlashUnderlineSecret=16711680,12632256,34,0
Effect_DimFlashUnderlineSecret=16777215,8323072,0,0
Effect_ReverseFlashUnderlineSecret=0,12364434,2,0
Effect_DimReverseFlashUnderlineSecret=16777215,127,0,0
Effect_BoldSecret=0,12364434,34,0
Effect_DimBoldSecret=16777215,0,0,0
Effect_ReverseBoldSecret=0,12703449,2,0
Effect_DimReverseBoldSecret=16777215,32639,0,0
Effect_FlashBoldSecret=0,12703449,34,0
Effect_DimFlashBoldSecret=16777215,0,0,0
Effect_ReverseFlashBoldSecret=0,13358028,2,0
Effect_DimReverseFlashBoldSecret=16777215,32639,0,0
Effect_UnderlineBoldSecret=0,13358028,34,0
Effect_DimUnderlineBoldSecret=16777215,8323072,0,0
Effect_ReverseUnderlineBoldSecret=0,12892341,2,0
Effect_DimReverseUnderlineBoldSecret=16777215,32639,0,0
Effect_FlashUnderlineBoldSecret=0,12892341,34,0
Effect_DimFlashUnderlineBoldSecret=16777215,8323072,0,0
Effect_ReverseFlashUnderlineBoldSecret=16777215,12632256,33,0
Effect_DimReverseFlashUnderlineBoldSecret=16777215,32639,0,0
Color_0=0,0,0,0
Color_1=8388608,8388608,0,0
Color_2=32768,32768,0,0
Color_3=8421376,8421376,0,0
Color_4=128,128,0,0
Color_5=8388736,8388736,0,0
Color_6=32896,32896,0,0
Color_7=12632256,12632256,0,0
Color_8=8421504,8421504,0,0
Color_9=16711680,16711680,0,0
Color_10=65280,65280,0,0
Color_11=16776960,16776960,0,0
Color_12=255,255,0,0
Color_13=16711935,16711935,0,0
Color_14=65535,65535,0,0
Color_15=16777215,16777215,0,0
UseStyle=1
DefaultColors=10,0
DisplayStartField=0
EraseUsingWriteAttrs=0
InitialAutowrap=2
EffectIgnoreBold=1
EffectIgnoreReverse=0
EffectMode=0
BackgroundImage=(none)
BackgroundDisplay=Stretch
Key ClearAll
Key_CapsLock=\mSendKeys '^+%T'
Key_S_Insert=\mInvoke EditPaste
Key_C_C=\mInvoke EditCopy
Key_PageUp=\e[5~
Key_PageDown=\e[6~
Key_End=\e[4~
Key_Home=\e[1~
Key_LeftArrow=\e[D
Key_UpArrow=\e[A
Key_RightArrow=\e[C
Key_DownArrow=\e[B
Key_Insert=\e[2~
Key_Delete=\e[3~
Key_C_V=\mInvoke EditPaste
Key_S_D=\m
Key_C_F1=\e[23~
Key_C_F2=\e[24~
Key_C_F3=\e[25~
Key_C_F4=\e[26~
Key_C_F5=\e[28~
Key_C_F6=\e[29~
Key_C_F7=\e[31~
Key_C_F8=\e[32~
Key_C_F9=\e[33~
Key_C_F10=\e[34~
Key_S_F1=user\r 
Key_S_F2=cd /opt/ibm/uv\r
Key_S_F3=bin/uv\r
Key_S_F5=xxx
Key_F1=\eOP
Key_F2=\eOQ
Key_F3=\eOR
Key_F4=\eOS
Key_F5=!
Key_F6=\e[17~
Key_F7=\e[18~

RE: [U2] Slave Printing Problem

2008-01-22 Thread Tim 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 program modifying for the WYSE-50 on your Able
Term. 
If nothing prints then you are correct and Universe and AbleTerm are not
working with each other. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bessel, Karen
Sent: Tuesday, January 22, 2008 9:39 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Slave Printing Problem

The terminal emulation software is Ableterm and I'm emulating a
Wyse-50. The terminal emulation settings work fine with other clients as
well as in-house, so I believe that this is a problem with their version
of UV 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?


-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 using CHAR(18) and (20) - I have also
tried (24)  (20).



After the CHAR(18)/(24), the slave output is turned on but it does not
capture any of the output. This is occurring with both proc  BP type
output. If I run the proc/BP to spooler hold, there is printed output
so it's not an issue with selection criteria/data/etc.



This is a really old version of UV (9.5.1.1).



Any ideas?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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 definitions

After you change the Keyboard etc settings, you need to click Save
under
the File menu - this will preserve your settings.



-Original Message-
Subject: [U2] Dynamic Connect keyboard definitions

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.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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 using CHAR(18) and (20) - I have also
tried (24)  (20).



After the CHAR(18)/(24), the slave output is turned on but it does not
capture any of the output. This is occurring with both proc  BP type
output. If I run the proc/BP to spooler hold, there is printed output
so it's not an issue with selection criteria/data/etc.



This is a really old version of UV (9.5.1.1).



Any ideas?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/