Re: [U2] UniObjects Java

2011-02-16 Thread Norman Bauer
Thanks Jeff. You may get an email from me in the near future. Norm On Tue, Feb 15, 2011 at 7:58 PM, Jeff Powell wrote: > I do a lot with UOJ and I'd be happy to help. Contact me offline if you're > interested. > > On 02/15/2011 02:43 PM, Norman Bauer wrote: >> >

Re: [U2] UniObjects Java

2011-02-15 Thread Norman Bauer
ha ha I can see that. Carbon breathing cave dweller. On Tue, Feb 15, 2011 at 2:58 PM, Steve Romanow wrote: > On 2/15/2011 2:34 PM, Norman Bauer wrote: >> >> Thanks Steve, yeah using UOJ is a lot like giving directions to 4 year >> old. >> > Imaging me tinkering wit

Re: [U2] UniObjects Java

2011-02-15 Thread Norman Bauer
Thanks Steve, yeah using UOJ is a lot like giving directions to 4 year old. On Tue, Feb 15, 2011 at 2:32 PM, Steve Romanow wrote: > Norm, > > Google judaw and find his helper classes.  He has some wrappers around uoj > that make some things a little easier. > > Steve > ___

Re: [U2] UniObjects Java

2011-02-15 Thread Norman Bauer
: > I use UniObjects with .net but this may be the problem. > > Should this: > UniString cus = customerFile.read(rec); > Be This: > UniDynArray cus = customerFile.read(rec); > > Norman Bauer wrote: >> >> Steve, thanks for the sugestion.I was fairly sure that I was

Re: [U2] UniObjects Java

2011-02-15 Thread Norman Bauer
; Can you try something simpler like a "COUNT VOC" to see if you are > connecting fine? > > On 2/15/2011 12:25 PM, Norman Bauer wrote: >> >> import asjava.uniclientlibs.UniString; >> import asjava.uniobjects.*; >> >> >> Ok, i started playing around w

[U2] UniObjects Java

2011-02-15 Thread Norman Bauer
import asjava.uniclientlibs.UniString; import asjava.uniobjects.*; Ok, i started playing around with UOJ, going through the docs and looking at some examples from PickWiki. Below I am expecting the Customer record for Customer AA to display on the screen, but I get nothing. Where have I gone wron

Re: [U2] Pick Dinosaurs

2011-02-07 Thread Norman Bauer
"I started on a Microdata in 1972, first system in Seattle,Wa - Sent from my iPhone" my how times have changed :) On Mon, Feb 7, 2011 at 1:48 PM, Steve Romanow wrote: > Earliest we've seen yet.  Awesome!  You early adopter! > > On 2/7/2011 1:45 PM, Tom wrote: >> >> I started on a Microdata in 197

Re: [U2] What do you do with CallHTTP?

2011-01-28 Thread Norman Bauer
The only thing I'm using it for is to get currency exchange rates. On Fri, Jan 28, 2011 at 1:50 PM, David Wolverton wrote: > What uses have you found for CallHTTP for in your applications? > > Are you 'eating' someone else's data with it - like doing lookups against a > web service call? > > Or a

Re: [U2] LIST.READU - clear lock table ?

2011-01-18 Thread Norman Bauer
Sorry let me just elaborate a little on that last message. We are a small company so this might not be applicable to you. The one or two times a year where I get someone calling me about a lock I do a LISTU to see who it is and then call them and ask them to hurry it along because someone else is n

Re: [U2] LIST.READU - clear lock table ?

2011-01-18 Thread Norman Bauer
LOGOUT 44885 Norm :) On Tue, Jan 18, 2011 at 7:26 PM, Garry Smith wrote: > So great -- LIST.READU shows you some information ...  but how do you > clear these locks > Active Record Locks: > > Device Inode  Netnode Userno  Lmode   Pid Login Id > Item-ID. >   2621441     32810

Re: [U2] Another "NEW" "cutting-edge" column based database concept!

2010-08-06 Thread Norman Bauer
Not to start a flame war, but there is difference between spam and self promotion. Self promotion is what Nebula is doing. norm On Fri, Aug 6, 2010 at 10:18 AM, Address wrote: > Why does nebula always have no spam in their postings ? > > No other poster seems to do that in this forum. > > > > --

Re: [U2] XML format question

2010-05-13 Thread Norman Bauer
"If space is of concern then attributes take less room, but then again if space is of concern don't do xml, do json/csv/edi etc" excellent advice. norm On Thu, May 13, 2010 at 11:25 AM, Symeon Breen wrote: > Ahh the old attribute/element discussion - much to be said on this in > various quarte

Re: [U2] XML format question

2010-05-13 Thread Norman Bauer
George, either way will work. The by product of making xml attribute centric (fields inside the label) is that it produces smaller files (about half the size of element centric). If your producing small files that may be read by an admin, then go with element centric as it is easier to read. Otherw

Re: [U2] Groovy?

2010-04-26 Thread Norman Bauer
gt; > -Original Message- > From: u2-users-boun...@listserver.u2ug.org > [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Norman Bauer > Sent: Sunday, April 25, 2010 8:07 PM > To: U2 Users List > Subject: [U2] Groovy?? > > Anyo

[U2] Groovy??

2010-04-25 Thread Norman Bauer
Anyone here used UniObjects Java and Groovy? Thanks, Norm ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

[U2] Test Driven Development

2010-03-18 Thread Norman Bauer
Just wondering if anyone has implemented a home grown TDD for use with their UniBASIC code? I would love to hear the details of how you accomplished it. Thanks, Norm ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailma

Re: [U2] [UV] - setHTTPDefault(AUTHENTICATE, value)

2010-02-24 Thread Norman Bauer
Here is a live example of how we use it. MY.PROXYSTATUS = setHTTPDefault("PROXY_NAME",PROXY.NAME) ;* set proxy name MY.PROXYSTATUS2 = setHTTPDefault("PROXY_PORT",PROXY.PORT);* set proxy port MY.PAGE = createRequest(MY.URL,"GET",MY.HANDLE) ;* create a page request MY.PAGE2 = setRequestHeader(MY.HA

Re: [U2] Error connecting to Universe using Web Service Developer

2010-02-17 Thread Norman Bauer
Thanks. You would be correct. On 2/17/10, Jason Lin wrote: > Quoting Norman Bauer : > >> Also, make sure that 31438 is open on the firewall for the server. >> >> Norm > > Norm, > > I don't think the server has block port 31438 because Uniobject.net

Re: [U2] Error connecting to Universe using Web Service Developer

2010-02-17 Thread Norman Bauer
Also, make sure that 31438 is open on the firewall for the server. Norm On Wed, Feb 17, 2010 at 3:16 PM, Cooper, Rudy wrote: > Hi Jason, > > Our OS is windows and we really haven't had a problem, it has been really > stable. > > When you setup the soap server, and after you entered the host con

Re: [U2] UOJ & Eclipse 3.5 Galileo

2009-12-10 Thread Norman Bauer
ars... > > Bob Little > UniVerse Developer > Market America > Greensboro NC > > -Original Message- > From: u2-users-boun...@listserver.u2ug.org > [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Norman Bauer > Sent: Thursday, December 10, 2009 3:08 PM &g

[U2] UOJ & Eclipse 3.5 Galileo

2009-12-10 Thread Norman Bauer
Is anyone using 3.5 Galileo? I have tried to set my environment up using JDK 6 and Eclipse 3.5 but I get an error about no source files for asjava, even though I have added the asjava.zip file to the project. I am also new to Eclipse and Java so I could be doing something totally armature at this

Re: [U2] Capturing output from a Command line program?

2009-10-23 Thread Norman Bauer
the "<" altogether > > George > > >> -----Original Message- >> From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- >> boun...@listserver.u2ug.org] On Behalf Of Norman Bauer >> Sent: Friday, October 23, 2009 8:02 AM >> To: U2 Users Li

Re: [U2] Capturing output from a Command line program?

2009-10-23 Thread Norman Bauer
Change the < to >, currently you are directing the output of your command back to your command. On Fri, Oct 23, 2009 at 1:56 AM, Richard Blackman wrote: > > Hi All, > > I am trying to capture the output from an EXECUTE statement on a command > line program but nothing is being captured, even thou

Re: [U2] UniVerse Add-ins for Visual Studio

2009-10-21 Thread Norman Bauer
yes. On Wed, Oct 21, 2009 at 12:59 PM, David Wolverton wrote: > Got it - so in that case, you'll have to call Rocket since they are your > provider. > >> -Original Message- >> From: u2-users-boun...@listserver.u2ug.org >> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of >> Rober

Re: [U2] [UV] createSecureRequest

2009-10-21 Thread Norman Bauer
We had a similar issue, not with UniVerse, but something else, that was symptomatic of what you described. For us it turned out we had to turn off fail over protection on the multi honed interface. Norm On Wed, Oct 21, 2009 at 11:28 AM, David Ward wrote: > No it is not expired, I just verified a

Re: [U2] UniVerse Add-ins for Visual Studio

2009-10-21 Thread Norman Bauer
The fastest way to get the number is to call them 1.720.475.8002 On Wed, Oct 21, 2009 at 12:33 PM, Robert Porter wrote: > Application is our... database is from Rocket themselves > I need "list" prices > > "David Wolverton" 10/21/2009 11:31 AM >>> > You'll have to get your prices from your

Re: [U2] OPOS printing to wireless receipt printer

2009-10-21 Thread Norman Bauer
I have no experience in this but from the looks of it OPOS is a MS OLE technology and the only Linux counterpart is JPOS. But I suppose you probably already knew that. On Wed, Oct 21, 2009 at 12:00 PM, George Gallen wrote: > I'm going to be trying to interface with an Epson TM-p60 for printing >

Re: [U2] How to check data dictionary?

2009-10-06 Thread Norman Bauer
Along the lines of what David suggested, I would also recoment reading the System Description PDF that is provided in the documentation as well as the Guide to Retrieve. I am not sure exactly what you are asking, but the only way that I know of to check the dictionary (in UniVerse, not sure about

Re: [U2] U2 & Rocket

2009-09-22 Thread Norman Bauer
Good article. Thanks Rudy. On 9/22/09, Cooper, Rudy wrote: > Hi, > > > > Don't know how reputable this guy is, but it's an interesting article on > U2 and Rocket, in case your interested. > > > > http://www.itjungle.com/tfh/tfh092109-story03.html > > > > > > rudy > > > > > > Rudy Cooper > > Techn

[U2] U2 University 2009, Denver

2009-09-11 Thread Norman Bauer
I look forward to meeting many of you there. I am really looking forward to "Creating RESTful ADO.NET Data Services and Consuming Them Using Silverlight, AJAX, and .NET Client" presented by Rajan Kumar. Norm ___ U2-Users mailing list U2-Users@listserver.

Re: [U2] xml mapping file question

2009-08-09 Thread Norman Bauer
Thanks for the suggestion Stuart. On 8/9/09, Boydell, Stuart wrote: > Hi Norman, > Can I suggest a couple of modifications. You could use the fieldstore > function instead of converting to and from VMs. Using fieldstore will > run exponentially faster than the VM conversion method. > Also, if you

Re: [U2] xml mapping file question

2009-08-08 Thread Norman Bauer
Wow xlwt is schaweet! Thanks for the mention on that. Yet another amazing thing that Python can do. Are you listening IBM? Drop the Java crap in favor of Python. On Sat, Aug 8, 2009 at 8:07 PM, Steve Romanow wrote: > I'm sorry if i dont get this in context, have not kept up with the thread. > > As

Re: [U2] xml mapping file question

2009-08-08 Thread Norman Bauer
Dave, If you have Excel 2007 all you have to do is open an XML file in Excel and it shows up sorted and ready to filter. Cool stuff. I needed the XML stylesheet so that I could display the report in a browser and have it sorted easily and consistently. Steve - Have you been able to get python to

Re: [U2] xml mapping file question

2009-08-07 Thread Norman Bauer
So here is how I did it. To recap. I wanted to include the xsl-stylesheet in the xml document that is produced by XMLExecute(). Below is the code that produced the desired result. PROGRAM STDCSTXML $OPTIONS INFORMATION $INCLUDE UNIVERSE.INCLUDE XML.H ;* CMD is the parag

Re: [U2] xml mapping file question

2009-08-05 Thread Norman Bauer
That is exactly what I mean Jo. If I were to do: SORT VOC TOXML XMLMAPPING some_file.map TO some-xml-file then in some-xml-file I would expect to see yada yada yada On Wed, Aug 5, 2009 at 4:05 PM, Jo Lester wrote: > > Do you mean something like this? > > > > > > > > > The above was

[U2] xml mapping file question

2009-08-05 Thread Norman Bauer
Hello all, Is there a way to insert stylesheet information in the mapping file? For instance: It would save me a lot of work and a huge headache if I could get that information in the mapping file. Thanks, Norm ___ U2-Users mailing list U2-Users@lis

[U2] XML DOM question

2009-07-26 Thread Norman Bauer
Hi all, I am learning the DOM API and reading through the UniVerse BASIC Extension Guide and some PDFS on PickWiki and U2UG, I have been able to piece together some partially working example code. What I am having trouble understanding is the correct way to navigate the DOM for MV Elements. My exam

Re: [U2] How do you do EDI?

2009-06-20 Thread Norman Bauer
> > 18910 New Hampshire Ave > > Brinklow, MD 20862 > > Phone: 301-924-5537 > > Cell: 301-613-9572 > > msch...@martinscholl.com > > > > -- > > From: u2-users-boun..

Re: [U2] How do you do EDI? EC/EDI*Wizard

2009-06-18 Thread Norman Bauer
ou to help > you determine if the Wizard will be a good fit with your needs, and then > schedule a demo if you'd like. > > Hope this is helpful. > > Best wishes, > > Dave > > Dave Taylor > Sysmark Information Systems, Inc. > Authorized IBM Business Partner &

Re: [U2] Send output from query to text file

2009-06-12 Thread Norman Bauer
Thanks for all the suggestions. Brian's EXPORT was the best solution. Thanks Brian! Norm On Fri, Jun 12, 2009 at 9:22 AM, Norman Bauer wrote: > A lot of the times I want to query UniVerse and capture that information to > a text file. I can send to an XML file no problem and someti

Re: [U2] How do you do EDI?

2009-06-12 Thread Norman Bauer
> transmit EDI transactions? in today's age > > of the internet and transmission speeds. > > > > If RECORD contains the EDI-formatted-data…. > > CONVERT "~" TO CHAR(254) IN RECORD > > CONVERT "*" TO CHAR(253) IN RECORD > > So if RECORD&

[U2] How do you do EDI?

2009-06-12 Thread Norman Bauer
We have a very painful, labor intensive way that we do EDI. From the way we create the X12 documents to our users inputing information to be sent in an EDI message. I would like to start evaluating alternative methods to our current practices. All suggestions welcome. Norm _

[U2] Send output from query to text file

2009-06-12 Thread Norman Bauer
A lot of the times I want to query UniVerse and capture that information to a text file. I can send to an XML file no problem and sometimes that is exactly what I want to do. However most of the time I just want to view the info unformatted without screen scraping or copy and pasting from Dynamic C

Re: [U2] POS System

2009-06-11 Thread Norman Bauer
Thank you all so much for the wonderful leads. Norm On Thu, Jun 11, 2009 at 2:04 PM, doug chanco wrote: > I used to work at Activant and Eagle (if I remember right) uses a cobal > backend. They do sell Vision/Ultimate (which use a pick database, one is > unidata and the other is jbase/ultplus)

Re: [U2] u2blog.org?

2009-06-10 Thread Norman Bauer
2-oriented blog, or feel free to email me and I'll make the > update. > > Tony Gravagno > Nebula Research and Development > TG@ remove.pleaseNebula-RnD.com > remove.pleaseNebula-RnD.com/blog > Visit PickWiki.com! Contribute! > > -- > *F

Re: [U2] u2blog.org?

2009-06-10 Thread Norman Bauer
Anyone ever get the notion to add a "Planet U2" that has feeds from several U2 contributor blogs. planet.u2ug.org Examples of a planet would be Planet SUSE http://www.planetsuse.org/ and Planet Ubuntu http://planet.ubuntu.com/ Norm On Wed, Jun 10, 2009 at 9:39 AM, Rex Gozar wrote: > When I aske

Re: [U2] POS System

2009-06-10 Thread Norman Bauer
//www-01.ibm.com/software/data/u2/solutions/find.html > > > > There are a number of references to point-of-sale systems there which > probably use UV or UD. > > > > Regards > > Glenn > -- > > *From:* u2-users-boun...@listserver.u2ug

[U2] POS System

2009-06-10 Thread Norman Bauer
Does anyone know of a point-of-sale system that uses UniVerse? Thanks, Norm ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] [u2u] UV on Windows question

2009-06-02 Thread Norman Bauer
I'll second that Printing in Windows is much more seamless than Linux/UNIX. You create a printer and it's there. However what I think you miss out on in Windows is all the great utilities and diverse language support that is native to Linux. Your options to get things done in a native, less "hacked

Re: [U2] [u2u] New Listserver

2009-06-01 Thread Norman Bauer
Lag time. Lets see if this test gets back to me in 30 seconds. On Mon, Jun 1, 2009 at 9:19 AM, George Gallen wrote: > NICE under 30 seconds. > >> -Original Message- >> From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- >> boun...@listserver.u2ug.org] On Behalf Of George Gall

Re: [U2] UV BASIC Flowing Charting Tools

2009-05-26 Thread Norman Bauer
I would also love to use it. Brian has a program that essentially does this, however in the economic times we are in now my CEO told me "if it does not directly translaye into improveing the bottom line I can not authorize it". If I get time in the next year I may write something and release it, b

Re: [U2] Universe Fonts

2009-04-24 Thread Norman Bauer
The entire command which is specified in PRITNERS: CSLASER 002 175 003 60 004 2 005 2 006 1 007 NFMT,BRIEF,NHEAD,AT CSLASER,GDI,FONTNAME Monotype.com,FONTSIZE 8 On Fri, Apr 24, 2009 at 10:49 AM, Baruch Salamander wrote: > Universe 10.1 printing on HP laser. I'm not concerned about how it looks

Re: [U2] Universe Fonts

2009-04-24 Thread Norman Bauer
we use ,FONTNAME Monotype.com for the Monotype.com font. On Fri, Apr 24, 2009 at 10:08 AM, Baruch Salamander wrote: > Greetings, > > Is the generic font in Universe a Courier? > > If not, what's the command for a Courier font? > > If someone can provide the commands for other types of fonts, it

Re: [U2] Getting a graphical view of my data in UniVerse

2009-04-21 Thread Norman Bauer
Thanks Brian. I'll be in touch. On Tue, Apr 21, 2009 at 7:29 AM, Brian Leach wrote: > Hi Norman > > [AD] line for the confused :) > > I have a product called mvScan that may go some way towards what you need. > This iterates through a UniVerse system building maps of the file relations > (parsi

Re: [U2] UV to SAP migration disaster

2009-04-21 Thread Norman Bauer
"I think it would be to our advantage if only businesses were in fact led by rational intelligent people all the time but Enron, Global Crossings, Bear Stearns, etc, etc, etc should be sufficient warning that they are not." The best line I have seen on this thread thus far. Really we are all huma

[U2] Getting a graphical view of my data in UniVerse

2009-04-21 Thread Norman Bauer
I'd like to know if there are any applications out there that could help me get a good graphical view of my data in UV. I have inherated a UV system that spans 25+ years of service with our company. I have had only 6 months of catchup to get up to speed on UV and how we use it. My primary goal is

Re: [U2] IDE

2009-03-17 Thread Norman Bauer
I'll chime in that I use Emacs with UniBasic.elfor basic code. Norm On Mon, Mar 16, 2009 at 4:54 PM, Cooper, Rudy wrote: > Hi List, > > > > I need some recommendations. > > > > We've been coding using our UV text editor. You know the routine, copy > a

Re: [U2] Unidata personal edition password reset question.

2009-02-09 Thread Norman Bauer
Log on to UniVerse as the local computer administrator. In Windows it is Administrator and on *NIX it is root. On Mon, Feb 9, 2009 at 1:13 PM, Lunt, Bruce wrote: > Hi All, > > > > I had downloaded and installed the personal edition of Unidata a few months > ago and haven't done much with it since

Re: [U2] [UV] Where have all the printers gone?

2009-02-03 Thread Norman Bauer
Jeff, are you on Windows? or *NIX? Windows does not use the DEVICE file. Norm On Tue, Feb 3, 2009 at 12:54 PM, Jeff Schasny wrote: > Universe 10.2.4 > > In the process of setting up a new printer I've noticed that most of my > printers have no entry in &DEVICE&. Where is UV storing them these d

Re: [U2] UV, Linux, and Active Directory

2009-01-29 Thread Norman Bauer
Thanks all, I have used Samba and Kerberous many a time before just never had UniVerse on a Linux box before. From the sound of it there are no issues with UV logons once you join to the domain. Thanks again, Norm On Wed, Jan 28, 2009 at 6:39 PM, Adrian Merrall wrote: >> > How are you authenti

Re: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-28 Thread Norman Bauer
Tony, good post. I agree with some of your points and others I disagree with. Your point about commercial support in particular. But I will refrain from counter point because it would take this thread off point and that is not it's purpose. Thanks for your thoughts. I had the day off from work, my

Re: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Norman Bauer
on. What is the likely hood of them knowing LaTeX? How difficult would it be for them to learn? and so on. When taking questions like that into consideration you can see how they may tip the scales in favor of another method. Norm On Tue, Jan 27, 2009 at 4:42 PM, Bob Rasmussen wrote: > On Tue

Re: [U2] UV, Linux, and Active Directory

2009-01-27 Thread Norman Bauer
You would be correct and that was the release we were trying to install. We have an open issue with IBM, but so far the issue remains unresolved and the proposed solution does not work either. Norm On Tue, Jan 27, 2009 at 5:11 PM, djordan wrote: > Hi Norm > > I believe it is the latest release o

[U2] UV, Linux, and Active Directory

2009-01-27 Thread Norman Bauer
I am still learning UV, it's been a long three months of learning, but I have to say that I really do like it. That being said, we run it on Windows Server 2003. We recently tried to deploy it on Server 2008 which IBM says is possible in the docs. However it will not run on Server 2008. My suggesti

Re: [U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Norman Bauer
> From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2- >> us...@listserver.u2ug.org] On Behalf Of Norman Bauer >> Sent: Tuesday, January 27, 2009 3:22 PM >> To: u2-users@listserver.u2ug.org >> Subject: [U2] PDF printing, LaTeX, Ghostscript, etc. >> >>

[U2] PDF printing, LaTeX, Ghostscript, etc.

2009-01-27 Thread Norman Bauer
Hello, Is there anyone here who implemented their own PDF printing system using LaTex, Ghostscript, or TeX, etc. We are printing on multi-part forms for all of our shipping documents and I am looking into ways to getting us off that system. 100% of our forms are printed using UniBASIC. Any