Re: [U2] Saying Goodbye...

2011-04-26 Thread Doug Averch
The problem is two parts. First, we programmers have failed to show management that we have the skill set to "Innovate or Die". Secondly, we have managers that are happy they are employed and don't know or care what U2 can do. Maybe this is because they don't know or perhaps we have not done any

Re: [U2] [BDT] U2 Resource View

2011-04-20 Thread Doug Averch
Having worked on and written code for Eclipse for six years now, all plug-ins assume a certain level of knowledge. If you don't have that knowledge then other than getting Eclipse for Dummies ( http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764574701.html) you need to ask questions. Or perha

Re: [U2] [BDT] U2 Resource View

2011-04-19 Thread Doug Averch
Bill: >From the menus Window->Show View->Other->U2Views, then click on plus and then click on the U2 Resource to highlight it. Once it is highlighted click on the okay button. The twenty plus people that went to the February Colorado Multi value Users Group (CMUG) all got training from me on Ecl

[U2] Leaving Locks in UOJ

2011-04-17 Thread Doug Averch
Hi All: We noticed a problem with locks being left when we delete our temporary programs using UniObjects for Java on the new code we are using for XLr8Editor continuous compile. We used the standard setDefaultReleaseStrategy(). This should release the record when it was written or deleted, but

Re: [U2] Game changer for U2 editors ([AD] added for Doug)

2011-04-05 Thread Doug Averch
Hi Charlie: Since most of your work is on the competition database you would not be able to use the XLr8Editor, since it only works using UniObjects for Java. We do not have a Jbase or D3 version of our tools. You can call the "baby ugly" but at least we have a baby. Whatever effort we have put

Re: [U2] Game changer for U2 editors ([AD]

2011-04-05 Thread Doug Averch
Hi Bill: When you have XLr8Editor continuous compile on, it does create a temporary record in what ever file you are editing. XLr8Editor deletes the source and object code from this temporary record after it has compiled. When you are finally ready to compile your program, that is when the origi

Re: [U2] Game changer for U2 editors ([AD] added for Doug)

2011-04-05 Thread Doug Averch
Hi Charlie: You can toggle the behavior off and on with a right mouse click. I find that my programming style after 27 plus years as UniBasic programmer has changed. For example I would normally type: BEGIN CASE CASE WHATEVER Now I type this first: BEGIN CASE

[U2] Game changer for U2 editors

2011-04-04 Thread Doug Averch
[ad] When U2logic introduced the first U2 editor based on Eclipse IDE in 2004, we revolutionized the U2 tools market. All of our changes until today have really been evolutionary. We are announcing a revolutionary change for the U2 market which we call it Continuous Compile. Continuous compile

[U2] A Customer Opinion

2011-03-31 Thread Doug Averch
[ad] Normally we boast about our products. However here is an email from one of XLr8 Clients that is using our $49.00 XLr8Editor and our $99.00 XLr8Installer. Doug, You are a scholar and a gentlemen, but I take it you already know that. I have installed the current version of Eclipse Helios on

Re: [U2] UD - Error Logging

2010-03-15 Thread Doug Averch
Bill, That is where in Engineers put them originally. Makes no sense today nor did it years ago when I worked there. Also, you have many ways to turn on the severity of each log as well as getting logs for non-daemons. I put in a request last year to fix this. No business case, so it was rejec

Re: [U2] Basic Developer Toolkit - Eclipse SDK

2009-06-19 Thread Doug Averch
David, Sometime when you have about 3 to 4 hours, myself and my staff will tell you how difficult and totally unnecessary it would be to port an U2 Eclipsed based Editor to .NET. IBM has an article about migrating .NET applications from Visual Studio to Eclipse. The article also talks about using

Re: [U2] Basic Developer Toolkit - Eclipse SDK

2009-06-19 Thread Doug Averch
Charles, Having worked for a lot of different organizations that build code on other platforms, I would disagree with your comments. You will see MS programmers in Visual Studio all day, day after day. You will see Java programmers do the same in Eclipse. Oracle programmers are no different. W

Re: [U2] Basic Developer Toolkit - Eclipse SDK

2009-06-18 Thread Doug Averch
Steve, WebDE only works on Windows .Net platform and does not have any deployment capability. That means what every you develop you have to figure out how to get all of the pieces to the server. The Basic Developer is missing what we believe is one of the most important features: version control

Re: [U2] How do you do EDI?

2009-06-12 Thread Doug Averch
We have a client we wrote EDI for that is a public warehouse for dry, cooler and freezer commodities. The are a small client and could not afford those "VAN" fees. Several of their companies require that the VAN transmit to our client and we respond back. It works pretty well and my client custo

Re: [U2] Uni data / uni-objects connectivity

2009-06-11 Thread Doug Averch
artment County of El Paso 800 E Overland, Rm 401 El Paso, TX 79901 (915) 546-2041 ext 3385 (915) 546-2042 Fax (915) 929-0630 Mobile <mailto:jcoca...@epcounty.com> Mailto:jcoca...@epcounty.com From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.o

Re: [U2] Uni data / uni-objects connectivity

2009-06-11 Thread Doug Averch
Are you using Windows or HPUX? If you are using HPUX you must have unircpd started. The command is in the uv.rc file. If this is Windows then make sure Unirpc service is running. Hopefully that helps. Regards, Doug www.u2logic.com _ From: u2-users-boun...@listserver.u2ug.org [mailto:

Re: [U2] UniVerse Unit Testing

2009-06-11 Thread Doug Averch
Jerry and All, We did something similar to Brian. All of our Basic code was re-designed to have 6 arguments: PARAM1, PARAM2, PARAM3, PARAM4, RETURN.INFO, and METHOD. That way we could automatically test any program from any other program by knowing every program had 6 arguments. For reports PAR

Re: [U2] UniVerse Unit Testing

2009-06-10 Thread Doug Averch
Perry, After we hired a QA Manager for J.D. Edwards/PeopleSoft/Oracle. She could not believe how we could not test just portions of our code. So what we did was take each program and remove the business logic into what we call method calls and streamlined all of the code to be able to call the

<    1   2   3