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

2008-02-08 Thread Brutzman, Bill
: Bill Haskett [mailto:[EMAIL PROTECTED] Sent: Friday, February 08, 2008 4:03 PM To: 'Brutzman, Bill' Subject: RE: [U2] [UB] Detecting KeyBoard Up Arrow Bill: The following code parses keystrokes for UV LOOP ; ** UV version AsciiChar

[U2] [UB] Detecting KeyBoard Up Arrow

2008-02-07 Thread Brutzman, Bill
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 ''

RE: [U2] Execute Windows Script

2008-01-25 Thread Brutzman, Bill
That my name is Bill has not helped me with Windows scripting; I gave up on it several months ago. The following script is intended to copy files from one drive to another. Upon encountering a permissions issue, the script stops dead. I expect that the MS way to accomplish these sorts of

RE: [U2] Execute Windows Script

2008-01-24 Thread Brutzman, Bill
What Terminal Emulator is in use? What OS is UV hosted on? If the OS is Unix and the client is Windows, IBM's wIntegrate product (~$200) would be needed. I expect that AccuTerm would work. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Amy

RE: [U2] forms / imaging / doc overlay software

2008-01-21 Thread Brutzman, Bill
1. Consider www.Optio.com. 2. Consider www.brianleach.co.uk/ --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Terry Stennette Sent: Monday, January 21, 2008 2:41 PM To: u2-users@listserver.u2ug.org Subject: [U2] forms / imaging / doc overlay

RE: [U2] forms / imaging / doc overlay software

2008-01-21 Thread Brutzman, Bill
We use HP GL/2... it works with HP LaserJet printers and it is free. I have sample source code if there is interest. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Graphic Printing

2008-01-04 Thread Brutzman, Bill
1. For perhaps 20 years here we have been using HP-GL/2. What follows is the UniBasic Source Code for an example program. I believe that HP-GL/2 lives in every HP laser printer, but not on most inkjets. Thus, except for development time, HP-GL/2 is free. There is plenty of HP documentation on

RE: [U2] Phonetic Name Algorithms

2008-01-04 Thread Brutzman, Bill
1. Consider www.speechtechmag.com 2. Consider Googling Dragon. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Baker Hughes Sent: Friday, January 04, 2008 9:45 AM To: 'u2-users@listserver.u2ug.org' Subject: [U2] Phonetic Name Algorithms Hey, Does

RE: [U2] Date On A Pick Item

2008-01-03 Thread Brutzman, Bill
1. Consider saving the date with the record. 2. Some time ago, I remember that Jeff Fitzgerald (fitzlong.com) mentioned transaction logging functionality in U2. Info on transaction logging is in the IBM tech manuals. I have not used U2 transaction logging. --Bill --- u2-users

RE: [U2] LIST.READU

2007-12-07 Thread Brutzman, Bill
Here is a little program called UNLOCK.ME. I hope that it is of some use. --Bill *- clear prompt '' open 'SYS.CTL'to F.SYS.CTL else null open 'LOCK.FILE' to F.LOCK.FILE else null

[U2] Accessing the OS

2007-12-05 Thread Brutzman, Bill
From a UniBasic green-screen application (using Dynamic Connect), what BASIC command(s) allow the programmer to execute an Unix command (with parameters) such that something like a SendMail command could be handled. We have UniVerse and HP-Ux. --Bill --- u2-users mailing list

RE: [U2] .net versus VS

2007-11-30 Thread Brutzman, Bill
Some of us have Unix servers. The last time that I looked (a few years ago) the limitation was networking. That is, a Professional ($800) version of Visual.Studio was needed to do anything over a network such as launching an application from a mapped drive. Microsoft's CLR (Common Language

RE: [U2] mv.net versus Web DE

2007-11-29 Thread Brutzman, Bill
I have made some headway with Adobe Flex and UniObjects for Java; I almost have a live production application. The price is right and Flex is robust and easy to use. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Martin Hutchinson Sent:

RE: [U2] RAID

2007-11-29 Thread Brutzman, Bill
I prefer mirroring. I had a RAID customer in NYC lost a single drive in a five-drive set. When this happens, none of the data on any of the remaining disks is visible. We stayed there all night long restoring data from tape. Unless extreme throughput is needed (how many end-users are there?) I

RE: [U2] Wintegrate scripts

2007-11-26 Thread Brutzman, Bill
There is at least one (rather large) wIntegrate tech manual at the IBM U2 Family website. Consider printing the manual. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Larson, Eydie Sent: Monday, November 26, 2007 7:10 PM To:

RE: [U2] UniObjects 101 - Java

2007-11-21 Thread Brutzman, Bill
, which I gather is no longer permitted (or you need to pay as much as if you used IBM's connection pooling or ...?) So, I suspect that this is NOT a Hello World out on pickwiki, but hopefully can make it easier to figure one out. cheers! --dawn On Nov 20, 2007 7:21 PM, Brutzman, Bill [EMAIL

[U2] UniObjects 101 - Java

2007-11-20 Thread Brutzman, Bill
I am struggling with the UniObjects demos in the c:\IBM\UniDK\lib\asjava. Are there any easier beginner-level (Hello World) examples of UniObject Java code available? --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] OCONV Extraction Question

2007-11-16 Thread Brutzman, Bill
Speaking of mis-used commands and side-stepping some of the given code craziness... It is better practice to atomize the code into discrete elements such as... Var1.F = oconv(Var1, 'MD0') crt Var1.F 'R#11' rather than to try to kill two birds with one stone by including an oconv statement

[U2] [UV] Installing UniObjects

2007-11-08 Thread Brutzman, Bill
I want to install UniObjects on the server side on our... HP-Ux v11i with UniVerse v10. I am unable to locate any installation instructions. I would like to do UniObjects for Java. Suggestions would be appreciated. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To

[U2] Unable to Create A Pipe

2007-10-24 Thread Brutzman, Bill
Insight on this run-time error would be appreciated... Unable to create a pipe.[EEXIST] File exists We are running UniVerse v10 on HP-Ux --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] and PDF

2007-10-23 Thread Brutzman, Bill
! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Friday, October 19, 2007 2:03 AM To: 'u2-users@listserver.u2ug.org' Subject: [U2] and PDF What products are available to be able to create and manage Adobe pdf documents in a world

RE: [U2] [AD] Fastest Bi-Directional data transfer btwn MV and no n MV dbms

2007-10-23 Thread Brutzman, Bill
There is www.OnGroup.com... --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] and PDF

2007-10-18 Thread Brutzman, Bill
What products are available to be able to create and manage Adobe pdf documents in a world of UniVerse, HP-Ux, and wIntegrate and Dynamic Connect clients? --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] LIST DICT F11

2007-10-16 Thread Brutzman, Bill
I came across a labor data file which I can perform the command... LIST EPT.XREF F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 EPT.XREF. 1-82613 (Work.Order.ID) F1... 11231*215 (Date*Employee.ID) F2... 11236*349 F3... 11239*214 F4... 11240*214 F5... 11245*354

RE: [U2] LIST DICT F11

2007-10-16 Thread Brutzman, Bill
Is F11 in the VOC ? You may need to create it! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Tuesday, October 16, 2007 1:23 PM To: 'u2-users@listserver.u2ug.org' Subject: [U2] LIST DICT F11 I came across a labor data file which I

RE: [U2] I *was* Going to the New York U2U Class...

2007-10-12 Thread Brutzman, Bill
What is Workers Comp? Is it like insurance for like falling off of a ladder at a company? Or is it, the company has to pay you to go? Or, you need to pay for a permit? Please advise. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Wolverton

RE: [U2] select statement with single quotes

2007-10-12 Thread Brutzman, Bill
It is not a bug... from the point of view that the SELECT command is intended to build a list from which to sort... via UniBasic. On the other hand... --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Charlie Rubeor Sent: Friday, October 12, 2007

RE: [U2] [AD] Green Screen Dev. Environment

2007-10-08 Thread Brutzman, Bill
I never thought of SB+ having a steep learning curve. My spin is that SB+ has a lot of features and functionality. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Green Screen Dev. Environment

2007-10-08 Thread Brutzman, Bill
I belive that IBM and Epicor have report-generation tools. Also, there is MITS. I (we) just use UniBasic, Dynamic Connect, and wIntegrate. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Cooper, Rudy Sent: Friday, October 05, 2007 6:21 PM To:

RE: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Brutzman, Bill
Consider turning off any firewall / anti-virus things. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Baker Hughes Sent: Wednesday, September 19, 2007 1:40 PM To: u2-users@listserver.u2ug.org Subject: [U2] Telnet error 1067 in Universe PE Hey

RE: [U2] User Groups

2007-09-13 Thread Brutzman, Bill
It is spelled... tArrytown - --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Moving Average Cost

2007-08-29 Thread Brutzman, Bill
- From: Brutzman, Bill [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, August 29, 2007 8:53 AM Subject: RE: [U2] Moving Average Cost We have done a lot here recently with inventory valuations. Why care about Moving Average Costs. Consider using receivers as lot numbers

RE: [U2] Moving Average Cost

2007-08-28 Thread Brutzman, Bill
We have done a lot here recently with inventory valuations. Why care about Moving Average Costs. Consider using receivers as lot numbers and do actual costs of what is there. We do our valuations on a monthly basis. If weekly or daily costs are needed, consider saving this daily data to a

RE: [U2] Clearing a portion of a screen

2007-08-28 Thread Brutzman, Bill
Try the command space(Width) per the following. -Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joseph Ruiz Sent: Tuesday, August 28, 2007 4:42 PM To: u2-users@listserver.u2ug.org Subject: [U2] Clearing a portion of a screen I know this is an

RE: [U2] [UV] what files does a user have open

2007-08-15 Thread Brutzman, Bill
We are beter off not caring what files are open. They could open any and every file to read them. When writing, if we do a one millisecond (1) record-lock-check (2) lock (3) write (4) un-lock then nobody gets hurt. --Bill -Original Message- From:

RE: [U2] User activity - SOX compliance

2007-08-15 Thread Brutzman, Bill
There is a transaction logging thing that is built into UniVerse. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bartman, George Sent: Wednesday, August 15, 2007 4:29 PM To: u2-users@listserver.u2ug.org Subject: [U2] User activity - SOX compliance

RE: [U2] IBM - Windows Vista Support with U2 products

2007-08-13 Thread Brutzman, Bill
Chuck: I would abandon Home Premium asap and opt for the Busn version or better yet Ultimate. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Charles Barouch Sent: Sunday, August 12, 2007 1:51 PM To: u2-users@listserver.u2ug.org Subject: [U2] IBM -

RE: [U2] Why MultiValue Associations ?

2007-08-03 Thread Brutzman, Bill
@listserver.u2ug.org Assunto: Re: [U2] Why MultiValue Associations ? On 8/2/07, Brutzman, Bill [EMAIL PROTECTED] wrote: What are the advantages of defining in the data dictionary mv associations? In Unidata and Universe associations are crucial for associating multivalues when using BY-EXP. -Kevin http

RE: [U2] EXECUTE environment in Universe

2007-08-03 Thread Brutzman, Bill
I always use CLEARSELECT ALL before any EXECUTE SELECT... Without the CLEARSELECT ALL, strange things sometimes happen... like some other local user's program ran a SELECT and their SELECT results are still in memory. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[U2] Why MultiValue Associations ?

2007-08-02 Thread Brutzman, Bill
What are the advantages of defining in the data dictionary mv associations? Does it mean that if I change or insert via a UniBasic writev command, that all of the associated fields get a null character if the program does not explictly specify a change? Are there any downsides to just defining a

[U2] [u2] : Cleaner Case Statement

2007-07-25 Thread Brutzman, Bill
How can this structure be cleaned-up? begin case case Ans = 'A' ; gosub Check.A case Ans = 'B' ; gosub Check.B case Ans = '2' ; gosub Check.B end case The following is more difficult to read. begin case case Ans = 'A' ; gosub

RE: [U2] Cleaner Case Statement

2007-07-25 Thread Brutzman, Bill
Statement Try this ON index('AB2',Ans,1) GOSUB Check.A, Check.B, Check.B Manu - Original Message - From: Brutzman, Bill [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, July 25, 2007 5:48 PM Subject: [U2] [u2] : Cleaner Case Statement How can this structure

RE: [U2] : Cleaner Case Statement

2007-07-25 Thread Brutzman, Bill
Check.A, Check.B, Check.B Manu - Original Message - From: Brutzman, Bill [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, July 25, 2007 5:48 PM Subject: [U2] [u2] : Cleaner Case Statement How can this structure be cleaned-up? begin case case Ans = 'A' ; gosub

RE: [U2] : Cleaner Case Statement

2007-07-25 Thread Brutzman, Bill
Martin: Thanks very much indeed. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Martin Phillips Sent: Wednesday, July 25, 2007 12:38 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [u2] : Cleaner Case Statement Hi Bill, Unlike languages

RE: [U2] universe/unidata question

2007-07-23 Thread Brutzman, Bill
Approx seven years ago, for my company at the time, www.Epicor.com recommended UniData for WinServers and UniVerse for Unix. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Doug Chanco Sent: Monday, July 23, 2007 4:24 PM To:

RE: [U2] UniData 7.1 vs. MS SQL 2005 performance

2007-07-18 Thread Brutzman, Bill
The following eMail is not clear to me. IBM has comprehensive documentation on U2 available for free. What (specifically) is being sought that is not now available? --BIll -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Smith, Robert Sent: Wednesday, July

RE: [U2] MultiValue TextBook

2007-07-18 Thread Brutzman, Bill
If somebody wants to write a book, they do not need a green light from Tim. Just... write the book in say Word, and zap it into Adobe. There is a (Xerox ?) commercial on TV about publishing a book this way. There is a (Nike) commercial on TV about... Just Do It. --Bill --- u2-users mailing

RE: [U2] MultiValue TextBook

2007-07-18 Thread Brutzman, Bill
I am not saying that it is easy. What I am saying is that class notes can become a 1st edition and a 1st edition can become a 2nd edition. Consider trading fortune for fame. A niche author can start with a ($10) pdf download for cult readers having a duplex printer and a 3-ring binder. --Bill

RE: [U2] UniData 7.1 vs. MS SQL 2005 performance

2007-07-18 Thread Brutzman, Bill
Ditto... Almost everybody using U2 is doing in-house software development. We are the opposite of blind because we can see all of the source code that we write. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jerry Banker Sent: Wednesday, July 18,

RE: [U2] EDI Program

2007-07-16 Thread Brutzman, Bill
I wrote a program that works with www.J-Com.com EDI. The end-user does his regular shipping screen in wIntegrate. When packing parts for the EDI customer, the program creates an ASCII text file (ASN) per the J-Com spec. After the truck picks up the shipment, we FTP the ASN to J-Com. J-Com

RE: [U2] HP Risc-Itanium

2007-07-16 Thread Brutzman, Bill
We have been on Itanium with HP-Ux 11i v2 for perhaps one year. We migrated from HP-Ux v10, UniVerse 8.3.3. The only hurdle with the migration was checking that all of the applications would run. Amazingly, there is no need to re-compile UniBasic code. There were some issues with

RE: [U2] UD Backups

2007-06-29 Thread Brutzman, Bill
:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Thursday, June 28, 2007 6:19 AM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] UD Backups Bill: I would be interested to look over these NT scripts... --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [U2] Credit Card Verification Software

2007-06-28 Thread Brutzman, Bill
Google has a way to do this. Also consider AWS, Amazon Web Services. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brian Leach Sent: Thursday, June 28, 2007 3:38 AM To: u2-users@listserver.u2ug.org Subject: [U2] Credit Card Verification Software

RE: [U2] UD Backups

2007-06-28 Thread Brutzman, Bill
Bill: I would be interested to look over these NT scripts... --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bill Haskett Sent: Wednesday, June 27, 2007 7:32 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] UD Backups Colin: As always,

RE: [U2] UD Backups

2007-06-26 Thread Brutzman, Bill
1. How big is the data? 2. How about (OS) copying to disk and then to a portable hard-drive or burn to DVD? --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bill Haskett Sent: Tuesday, June 26, 2007 12:29 PM To: u2-users@listserver.u2ug.org Subject:

RE: [U2] UD Backups

2007-06-26 Thread Brutzman, Bill
Bill-- I presume that UniData invokes an NT service that could be disabled in an VB Script. The files could then be copied. Check out... VB Script, Step By Step, Ed Wilson, Microsoft Press, 2007. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

RE: [U2] [UD] Unidata 7.1 / HPUX 11.11i

2007-06-12 Thread Brutzman, Bill
Perhpas two years ago, IBM test labs had to do some work to verify that UniVerse would run on HP-Ux v11i. In the context of their testing schedule, my rememberence is that the verification task took a few months from start to finish. My best answer is that yes... it will probably work but I

RE: [U2] [UV] Trap OPEN error for corrupted file

2007-06-06 Thread Brutzman, Bill
We have experienced (almost never) OPEN errors that go to the ELSE clause such as... open 'CM' to F.Cust else S = CM ; gosub 9950 Accordingly, new code here is written... open 'CM' to F.Cust else null I do not forsee much market demand in this arena... --Bill -Original

RE: [U2] List of ERP suppliers

2007-05-21 Thread Brutzman, Bill
Consider www.Epicor.com. Epicor has a spectrum of products. At one time, Avante was their flagship ERP solution. Also consider www.GRMS.com. Regards, --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeff Marcos Sent: Sunday, May 20, 2007 8:29 PM

RE: [U2] Locks

2007-05-11 Thread Brutzman, Bill
@listserver.u2ug.org Subject: Re: [U2] Locks I didnt see any response to this. Did I miss something? john On 5/10/07, Brutzman, Bill [EMAIL PROTECTED] wrote: How do I rollback a U2 transaction? Right now, all I know to do is to restore the entire data file from tape. --Bill --- u2-users mailing

RE: [U2] Incubator - News from the board

2007-05-10 Thread Brutzman, Bill
Outstanding... I am 1000% in favor of this initiative. I have never been able to get PE to work on a PC... always running into install problems. Beefing up PE would be the best advertizing that IBM could hope for... --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [U2] Locks

2007-05-10 Thread Brutzman, Bill
How do I rollback a U2 transaction? Right now, all I know to do is to restore the entire data file from tape. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Incubator - SB+

2007-05-10 Thread Brutzman, Bill
IBM has this already... U2 Personal Editions and Trials (IBM U2 SB+ Personal Edition for UniVerse on Windows) --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Murray Sent: Thursday, May 10, 2007 12:06 PM To: u2-users@listserver.u2ug.org

RE: [U2] Incubator

2007-05-10 Thread Brutzman, Bill
Microsoft SQL and Oracle free downloads allow for 2-GB. What year is it... 1907 ? --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jerry Sent: Thursday, May 10, 2007 3:13 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Incubator - News from the

RE: [U2] Locks in a transaction

2007-05-09 Thread Brutzman, Bill
I inherited a bunch of problematic final commits. Per the following, consider performing a Lock.And.Write as users change individual fields within a record. --Bill *--- SUBROUTINE SUB.LOCK.AND.WRITE.R1 ( R.This,

RE: [U2] User Security Access

2007-05-08 Thread Brutzman, Bill
Think CRUD... The IBM term that (I think) stands for Create, Read, Update, Delete. Users need permissions to read and write to files, but not delete. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Parkinson Sent: Tuesday, May 08, 2007 12:22

RE: [U2] wintegrate 6.0

2007-05-07 Thread Brutzman, Bill
1. Consider file and folder permissions on the local PC. Consider making users Admin of the PC only and re-appling rights. 2. Check session screen characteristics, perhaps it is in 80-column mode. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

RE: [U2] IPv6

2007-05-07 Thread Brutzman, Bill
1. Is that 2007? 2. A lot of the ipv6 steam escaped when vendors added DHCP to their products. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Charles Barouch Sent: Monday, May 07, 2007 1:33 PM To: u2-users@listserver.u2ug.org Subject: [U2] IPv6

RE: [U2] What's My IP Address ?

2007-05-03 Thread Brutzman, Bill
? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Wednesday, May 02, 2007 2:54 PM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] What's My IP Address ? How do I get the client's IP address? On linux you can find this with the who

RE: [U2] Who Am I ? wIntegrate

2007-05-02 Thread Brutzman, Bill
PROTECTED] Behalf Of John Hester Sent: Tuesday, May 01, 2007 4:00 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Who Am I ? wIntegrate -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Tuesday, May 01, 2007 9:41 AM To: 'u2

RE: [U2] What's My IP Address ?

2007-05-02 Thread Brutzman, Bill
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Tuesday, May 01, 2007 9:41 AM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] Who Am I ? wIntegrate The following helps a lot... How can it be cranked into UniBasic? --Bill -Original Message- From: [EMAIL

RE: [U2] Who Am I ? wIntegrate

2007-05-02 Thread Brutzman, Bill
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Tuesday, May 01, 2007 9:41 AM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] Who Am I ? wIntegrate The following helps a lot... How can it be cranked into UniBasic? --Bill -Original Message- From: [EMAIL

RE: [U2] Who Am I ? wIntegrate

2007-05-01 Thread Brutzman, Bill
The following helps a lot... How can it be cranked into UniBasic? --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ron Sharcott Sent: Monday, April 30, 2007 5:56 PM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] Who Am I ? wIntegrate I think

RE: [U2] Differences between UV and UD

2007-04-30 Thread Brutzman, Bill
The story that I remember is that UD was a major overhaul re-write of UV using the C language. At the time, UD got the benefit of some C technology. From some point of view, there has been some leap-frogging. At one time, Epicor was recommending UniData on Microsoft OS servers and Universe on

[U2] [UV] Deleting a Printer

2007-04-30 Thread Brutzman, Bill
We have a bunch of printers in the UniVerse (v10.1) spooler that I would like to delete. I do not see a menu option when I LOGTO UV. Comments would be appreciated. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Who Am I ? wIntegrate

2007-04-30 Thread Brutzman, Bill
How do I tell UniBasic whether I am Dynamic Connect or wIntegrate? I want to prevent users from running a Dynamic Connect session if wIntegrate is required to run the application. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

RE: [U2] Users of UniVerse

2007-04-27 Thread Brutzman, Bill
Dave: We have used UniVerse as our mainstay business system since 1984. Our business is stamping metal parts for mostly automobile manufacturers, like General Motors. We have been in business for approx eighty years. We have approx 40 people. Our annual sales is approx seven million. I have

RE: [U2] Users of UniVerse

2007-04-27 Thread Brutzman, Bill
not seeing more demands for Universe Basic Programmers? Will Brutzman, Bill wrote: Dave: We have used UniVerse as our mainstay business system since 1984. Our business is stamping metal parts for mostly automobile manufacturers, like General Motors. We have been in business for approx

RE: [U2] Universe on Windows login setup

2007-04-26 Thread Brutzman, Bill
Are we talking about wIntegrate? --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brian Whitehorn Sent: Thursday, April 26, 2007 3:17 AM To: u2-users@listserver.u2ug.org Cc: [EMAIL PROTECTED] Subject: [U2] Universe on Windows login setup perhaps

RE: [U2] Multivalue Column

2007-04-20 Thread Brutzman, Bill
I am gratified that Dawn and Mark found my silly question amusing. Newbies need to understand the central role of dynamic arrays in the multi-value uniVerse. An excellent place to go is to the world of the author, Malcolm Bull. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org

RE: [U2] Single Login

2007-04-20 Thread Brutzman, Bill
We have been doing this for a few years. People login to Unix (HP-Ux). Within each UniBasic program, we do a gosub Access.Check. I expect to enhance this with a file of users, depts, and printers so that I no longer have to suffer the hard-coded dis. HTH. --Bill

RE: [U2] Printer problem

2007-04-20 Thread Brutzman, Bill
Is there an HP JetDirect (internal or external) print server attached to this printer? --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pamela J Robbins Sent: Friday, April 20, 2007 11:44 AM To: u2-users@listserver.u2ug.org Subject: [U2] Printer

RE: [U2] Multivalue Column

2007-04-17 Thread Brutzman, Bill
What's a multivalue column? --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sanjeebkumar Sarangi Sent: Tuesday, April 17, 2007 10:12 AM To: u2-users@listserver.u2ug.org Subject: [U2] Multivalue Column Hi, Suppose, I have a multivalue

RE: [U2] list files

2007-04-09 Thread Brutzman, Bill
I do this at the OS level... --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Anita Panda Sent: Monday, April 09, 2007 10:05 AM To: u2-users@listserver.u2ug.org Subject: [U2] list files Hi, I have connected on to a remote Universe instance.I want to

RE: [U2] [AD] ~100 ADDS 4000/260 terms. + 28 Systech RCS-5018s fo r sale [/AD]

2007-04-04 Thread Brutzman, Bill
In the back of the Spectrum magazine, I believe that there is an ad for fellow there who repairs these things --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gabriel Green Sent: Tuesday, April 03, 2007 4:00 PM To: u2-users@listserver.u2ug.org

RE: [U2] PATHNAME and DIRECTORY

2007-04-04 Thread Brutzman, Bill
If UniVerse is hosted on Unix, a terminal emulator like wIntegrate (from IBM) is needed. We bought it for a few special PC's here. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Anita Panda Sent: Wednesday, April 04, 2007 9:27 AM To:

RE: [U2] @Variables

2007-03-23 Thread Brutzman, Bill
I was right... The BOLD thing @(-81), @(-82) does not work with Dynamic Connect. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] @VARIABLES

2007-03-22 Thread Brutzman, Bill
The program is positioning the cursor at (2,15)... clearing the line... and then re-positioning the cursor back at (2,15). --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sanjeebkumar Sarangi Sent: Thursday, March 22, 2007 8:52 AM To:

RE: [U2] @Variables

2007-03-22 Thread Brutzman, Bill
What terminal emulator is in use there... Dynamic Connect, AccuTerm...? Please advise. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Buffington, Wyatt Sent: Thursday, March 22, 2007 9:56 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2]

RE: [U2] Reports In Universe BASIC

2007-03-16 Thread Brutzman, Bill
True... but there is no hypocrisy in the Clap On... Clap Off...The Clapper. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin King Sent: Friday, March 16, 2007 10:22 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Reports In Universe BASIC

RE: [U2] Printing Reports In Universe BASIC

2007-03-15 Thread Brutzman, Bill
Consider the following Universal UniVerse printer handler... *--- -- *R0 Bill Brutzman Aug.2006 SUBROUTINE PRINTER.SETUP.R2 ( Mode ) *-- Printer.Setup : begin case

RE: [U2] VOC entries

2007-03-14 Thread Brutzman, Bill
Consider copying VOC per the following HP-Ux server-to-server script... --Bill # ! /usr/bin/sh POSIX echo echo ' ' echo ' ' echo ' _ ' echo ' / \ ' echo ' \ bak.voc / BackUp Sherman Emily '

RE: [U2] printers

2007-03-14 Thread Brutzman, Bill
The IBM manual, Administering UniVerse has a chapter entitled... Administering Printers and the UniVerse Spooler. It is a free download from their U2 Family site. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of will Sent: Tuesday, March 13, 2007

RE: [U2] Re:

2007-03-12 Thread Brutzman, Bill
UniBasic is the best way, by far. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Charles Barouch Sent: Monday, March 12, 2007 8:11 AM To: u2-users@listserver.u2ug.org Subject: [U2] Re: Sanjeeb, You can generate reports in many, many different

RE: [U2] Catalog Command

2007-03-07 Thread Brutzman, Bill
I have had better luck with '*' option below... as the '*' uses the global catalog. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Lakeland Sent: Wednesday, March 07, 2007 9:16 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] catalog

[U2] [AD] Amazon Web Services

2007-02-23 Thread Brutzman, Bill
I was recently blown away at an ACGNG.org Java-Sig (Scotch Plains NJ) lecture on Amazon Web Services. Among other things, for pennies-per-GB, AWS lets end-users backup data (personal and/or company) to Amazon Data Centers. AWS is a full product line of e-Commerce solutions at amazing prices.

RE: [U2] UV and SOA

2007-02-09 Thread Brutzman, Bill
Epicor has a new ERP system built on a SOA foundation, based on .Net and SQL. Their webcast on this product cuts through the megatons of hype and focuses on SOA as an inter-process messaging platform. I found the presentation to be worthwhile. --Bill -Original Message- From: [EMAIL

[U2] [UV] New Account VOC Problem

2007-02-06 Thread Brutzman, Bill
I restored from disk a year-end image of our METAL data on our HP-Ux box. cp -r -p /u2/METAL/* /U2/YEAR.END/ /u2/METAL /u2/YEAR.END /u2/SOFTWARE (UniBasic Code) I created a YEAR.END account using UniAdmin. LOGTO YEAR.END ...This looks ok as it comes back with a TCL prompt. LIST VOC

RE: [U2] [UV] New Account VOC Problem

2007-02-06 Thread Brutzman, Bill
My bad... I was trying to backup to the hp root which had only a little space on it. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brutzman, Bill Sent: Tuesday, February 06, 2007 1:23 PM To: 'u2-users@listserver.u2ug.org' Subject: [U2] [UV] New

RE: [U2] [UV] New Account VOC Problem - Solved

2007-02-06 Thread Brutzman, Bill
Problem solved... via UniAdmin's BackUp + Restore --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

<    1   2   3   4   5   >