[U2] @(0,0)

2006-06-05 Thread John Kent
I have seem some alternatives to the above that suppress the Enter return to continue in a basic program that prints output to the screen Can anyone give me another. I seem to recall there was an unlisted SYSTEM option. jak --- u2-users mailing list u2-users@listserver.u2ug.org To

Re: [U2] Duplicate Print Jobs

2006-06-05 Thread Craig Bennett
Karl, We are on AIX 5.2, but could set the printer up on a PC somewheres. How large a job? Do you know? One printer is dedicated to checks, so it may be tough to get a big enough job to test with, however that's not as bad as it is now. why not sending your print jobs to a unix file (HOLD

[U2] RE: U2 Users Digest V1 #1202

2006-06-05 Thread George Hammerle
Hello Jak, If you are using Unidata, BPIOCPN may be what you need. George BPIOCPN Description The UniBasic BPIOCPN command turns automatic pagination off. With pagination off, printing to a terminal does not pause at the bottom of each screen display. Date: Mon, 5 Jun

[U2] UO.Net error 30102

2006-06-05 Thread Adam Eccleshall
Hi, I'm getting error code 30102 (Unkonwn Error) from a UO.Net application when I attempt to invoke UniSubroutine.Call(). It seems to be erratic - it worked fine on the machine it was developed on, and has intermittently worked on the machine it was intended to be deployed on. Unfortunately,

RE: [U2] Duplicate Print Jobs

2006-06-05 Thread karlp
quote who=Buffington, Wyatt We've had this problem before. Had to set the buffer on the printer from 'Auto' to the maximum setting and all was well. This solution sounded the most promising, until I got into the printer's setup and found nothing about buffer. It's an HP 4200TN. It's a

[U2] Unidebugger

2006-06-05 Thread Debster
I am trying utilize UniDebugger with Universe 10.1.xxx and am only getting the Splash Page. This product also seems to be pretty much devoid of documentation with the exception of Help which I cannot get to via the application itself. A lower level Wintegrate version is loaded on the same

[U2] [SB+] Personal Edition

2006-06-05 Thread Mike Farrant
Does anyone know how to get hold of a personal edition of SB+ 5.4? It says on the IBM website that it was released last week but I cannot see a link anywhere. Is 5.4 out yet? or perhaps they have not had chance to create a download link? Thanks, Mike --- u2-users mailing list

RE: [U2] @(0,0)

2006-06-05 Thread Barry Brevik
Subject: [U2] @(0,0) I have seem some alternatives to the above that suppress the Enter return to continue Supposedly... ASSIGN 0 TO SYSTEM(2005) ...thant will do it, but I've never tested it because I just use... JUNK = @(0) Barry Brevik --- u2-users mailing list

RE: [U2] @(0,0)

2006-06-05 Thread David A. Green
BPIOCPN Thanks, David A. Green DAG Consulting -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Kent Sent: Sunday, June 04, 2006 10:50 PM To: u2-users@listserver.u2ug.org Subject: [U2] @(0,0) I have seem some alternatives to the above that suppress

[U2] Transfer Files from UNIX to NT

2006-06-05 Thread Haas, John
Does anyone have any advice on the easiest route to copy files from Universe 9.6.1 (HP-UX) to Universe 10 on Windows 2000. 1. T-Dump/T-Load 2. FTP and fnuxi 3. Uvbackup/uvrestore 4. or any other options. Thanks, John. This email

RE: [U2] Transfer Files from UNIX to NT

2006-06-05 Thread George Gallen
Before whatever method you use, make sure the filenames can be valid filenames on Windows. For instance, we have a number of UV files that have *'s in them. I know that SAMBA always had a fit with them, I have not used UV on windows, so I don't know if file names can have those special

RE: [U2] Transfer Files from UNIX to NT

2006-06-05 Thread brian
John Short of writing your own program to write to a binary file I would suggest uvbackup and uvrestore are the safest: these will rebuild the target in the correct format, will transfer dynamic files without breaking and won't leave stranded index pointers in the file headers. However you

RE: [U2] Unidebugger

2006-06-05 Thread Stevenson, Charles
There is a unidebugger session proposed for this year's conference in Anaheim. Maybe someone at IBM monitoring this list can pass this wish on to the conference planners. My guess is that unidebugger is underused. Probably bugs in earlier versions turned people off and they haven't tried again.

RE: [U2] Transfer Files from UNIX to NT

2006-06-05 Thread Jerry Banker
I have found that the easiest way is to do a UVBackup to a file, copy it to the new server with ftp or better yet if you can mount the file system do a cp or copy, then UVRestore the file. The restore does the conversion so fnuxi is not necessary. -Original Message- From: [EMAIL

RE: [U2] Transfer Files from UNIX to NT

2006-06-05 Thread Anthony Caufield
I have the process well documented and the programs required if you care to email me off list server I will share You basically compress, ftp copy and then uncompress and fnuxi the files, go into the account and convert any forward slashes to back slashes and you are good. Tony Caufield IS

RE: [U2] Transfer Files from UNIX to NT

2006-06-05 Thread George Gallen
Make sure if you do a cp, that you keep all permissions intact including modification dates. Rather than use cp (if it's mounted), use tar (tar cvf ... | tar xvf). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jerry Banker Sent: Monday, June 05, 2006

[U2] U2 on Rails?

2006-06-05 Thread Wendy Smoak
Is anyone else interested in Rails? http://www.rubyonrails.org/ For me, it's fun to play with, but I figured the chances of it ever talking to UniData were slim to none. Then again... http://alphaworks.ibm.com/tech/db2onrails Maybe we will see U2 on Rails one day. :) -- Wendy ---

RE: [U2] U2 on Rails?

2006-06-05 Thread Tony Gravagno
Wendy Smoak wrote: Is anyone else interested in Rails? http://www.rubyonrails.org/ For me, it's fun to play with, but I figured the chances of it ever talking to UniData were slim to none. Then again... http://alphaworks.ibm.com/tech/db2onrails Maybe we will see U2 on Rails one day. :)

RE: [U2] U2 on Rails?

2006-06-05 Thread David Jordan
Hi Wendy If you can put a business case together and get a number of people who can identify the business opportunity then the U2 guys will adopt it. U2 is about to close off the specifications for the next release of Unidata fairly soon. If you are prompt, ruby on rails may be in the next

[U2] SB Client and Radio Buttons

2006-06-05 Thread Steve Long
Hi All - I have an unusual issue where a screen doesn't recognize the radio button value right off. The first field on the screen is a multi-value with a mandatory default. The Control/Dep/Read is set as controlling and do not use grid (CG). This is the second screen in a series of linked