RE: [U2] GE and LE question

2005-02-11 Thread FFT2001
"CASE NUM(SEL) AND SEL GE 1 AND SEL LE MAX.VAL" Brenda this fix that you put in will allow yours users to enter nothing, and also to enter 5.6 or -17 as well. Will Johnson --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] HTML printing

2005-02-11 Thread Stuart . Boydell
As you're on *nix you may be able to pipe the HTML output through an HTML renderer (like java jRex or Calpane. Other alternatives might be using Perl or the HTML text renderer Lynx) then to your printer. A quick google search shows there are several commercial products for this type of applicati

RE: [U2] UV UniObjects/Uo.Net

2005-02-11 Thread David Jordan
Hi Rudy I think the Uo.Net resolves a number of issues, but I think there may still be some issues to resolve and you would have test it out. IBM is implementing something in the next release that handles thread safety, but I cannot find the article at the moment. If this is an urgent area, you

[U2] UV UniObjects/Uo.Net

2005-02-11 Thread Cooper, Rudy
Hi, I sent a question earlier to the list, but I didn't receive any comments, and I know that would be unusual for this list, so I'm not sure if my question went thru or not. If it did then excuse me for reposting if not then maybe you can address my question. About a year ago there was alot of

RE: [U2] GE and LE question

2005-02-11 Thread Barry Brevik
Also, be aware that NUM('') returns 1 (at least on UV 9.6.1.3). I've always found this annoying as '' may not be alpha, but it is certainly not a number either. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] HTML printing

2005-02-11 Thread John Jenkins
Mark In that case you would need a print driver for your platform (or a network printer) that understands and renders HTML on your printer. I am not aware of one - and it would be a significant effort so is there a market demand??. Most rendered (as opposed to tag level) HTML printing is accompl

RE: [U2] HTML printing

2005-02-11 Thread Bob Woodward
Wouldn't you have to have something to do the HTML conversion? In my way of thinking what you've asked for is a way to run a program without having to go through a compiler first. Bob W > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-u2- > [EMAIL PROTECTED] On Behalf Of Mar

Re: [U2] HTML printing

2005-02-11 Thread Ian Renfrew
Hi Mark, Unless the printer translates your HTML code, you'll just get unformatted HTML code. My guess is that you'll have to introduce code as part of the on the document onload event that prints the document and closes the document. Regards, Ian Renfrew - Original Message - From: "Ma

RE: [U2] Checking the global catalog?

2005-02-11 Thread Gordon J Glorfield
Seems that I remember a DELETE.CATALOG verb on UD. You had to execute it 2 or 3 times to be sure you hit all the places that it could be catalogued to. Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 [EMAIL PROTECTED] wrote on 02/11/2005 05:20:02 PM:

Re: [U2] Checking the global catalog?

2005-02-11 Thread Ian Renfrew
Hi Wendy, First of all, look at the VOC of the account your running the routine from. If a VOC entry exists then you're running a directly or locally cataloged routine. If no VOC entry exists then you're running a globally catalogued routine. If the program was called MYGLOBPGM, then I would the

RE: [U2] Checking the global catalog?

2005-02-11 Thread Hanley, Iain
Wendy, Take a look at DELETE.CATALOG. The ECL DELETE.CATALOG command deletes the object code and removes the record for program from the CTLG subdirectory in which it is cataloged. Iain. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 2:20

Re: [U2] wIntegrate editor open from host

2005-02-11 Thread Ian Renfrew
Hi Wendy, Within the main wIntegrate directory, you should find a copy of the host routines in the WintEdit\Download directory. Regards, Ian Renfrew - Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> To: Sent: Friday, February 11, 2005 12:48 PM Subject: [U2] wIntegrate edito

RE: [U2] Checking the global catalog?

2005-02-11 Thread Mark Olarte
I'm not sure. DELETE.CATALOG is what I would use, but if it's cataloged both locally and globally, you would have to DELETE.CATALOG twice. The local version is deleted first. HTH Mark Olarte > -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > > Looks promising... (and

RE: [U2] Checking the global catalog?

2005-02-11 Thread Kevin King
If there isn't a record in the VOC or local catalog, yes. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wendy Smoak Sent: Friday, February 11, 2005 3:20 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Checking the global catalog? Mark Olarte wrot

RE: [U2] Checking the global catalog?

2005-02-11 Thread Kryka, Richard
You can run MAKE.MAP.FILE and look in the _MAP_ file on UniData or &MAP& file on UniVerse. The dictionaries of these files is good, so you can list from there. Dick Kryka Director of Applications CCCS of Greater Denver, Inc. Paragon Financial Services 303-632-2226 [EMAIL PROTECTED] -Origin

[U2] HTML printing

2005-02-11 Thread Mark Johnson
To All: I would like to generate HTML code and have it go directly to a printer as formatted output. Normally, a user would open the HTML in a browser, ie IE, then choose . I want to bypass the user step and go from the HTML to the printer directly. The present system is UV on Dell SCO and I have

RE: [U2] Checking the global catalog?

2005-02-11 Thread Wendy Smoak
Mark Olarte wrote: > Use 'CTLGTB' instead of 'VOC', at least in UD. Looks promising... (and we are on UniData 6.0). Does this mean that deleting the record from CTLGTB is sufficient to "uncatalog" the program? Thanks, Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To uns

RE: [U2] Checking the global catalog?

2005-02-11 Thread Mark Olarte
Use 'CTLGTB' instead of 'VOC', at least in UD. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 1:11 PM To: u2-users@listserver.u2ug.org Subject: [U2] Checking the global catalog? If I want to check whether I have accidentally globally catalo

[U2] Printing diff-

2005-02-11 Thread Oaks, Harold
Thanks everybody, the answers were great. Harold --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Printing different

2005-02-11 Thread Ron White
One way is to create a record in a file and include the record at the top of your program. INCLUDE BP I_ArialFonts For example: In BP file create record I_ArialFonts. Then, 001 = EQU NORMAL.FONT TO CHAR(27):'(10U(s1p10v0s0b16602T' ;* Arial 10 002 = EQU Arial24 TO CHAR(27):'(10u(s1p24v0s0b16602T'

RE: [U2] Printing different

2005-02-11 Thread Kevin P Lynch
Harold, A standard HP laser understands PCL printer language. It's a fairly large set of commands but you should be able to pick up what you need from this quick reference guide (I'm sure there are a million other PCL quides around , but this one is fairly straightforward) http://printers.necsam.co

[U2] Checking the global catalog?

2005-02-11 Thread Wendy Smoak
If I want to check whether I have accidentally globally cataloged something (a pattern) is there a way I can check, the way I can SELECT VOC WITH @ID...? Thanks, Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Printing different

2005-02-11 Thread Mark Olarte
All you need are the escape sequences for each font. I printed ours out using the configuration menu built into one of our HP4 printers. Below are the handles we use for a number of our forms: Regular.16 = CHAR(27):'(s0p16h0s0b4102T' Italic.16 = CHAR(27):'(s0p16h1s0b4102T' Bold.16= CHAR(2

Re: [U2] Printing different

2005-02-11 Thread Susan Lynch
Harold, There are PCL code sequences that you can send to set a font and a typeface - your printer manual (see HP website if you can't find it) should have the specific codes for your printer, or you can look at standard manuals for PCL5 or PCL6 codes, or check the HP website or websites like http

RE: [U2] Printing different

2005-02-11 Thread Pingilley, Ron
Harold, You can include PCL escape codes directly in the print stream. PRINT "This will be in the normal font. ": PRINT CHAR(27): codes-for-font-and-pitch: PRINT "This will be in BIG letters" PRINT CHAR(27): back-to-regular-

RE: [U2] Printing different

2005-02-11 Thread Bob Woodward
Define 'easy' for us. Yes, you can send escape sequences to HP printers. A lot of us already do that. You just PRINT the codes you need when you need them. For what you're describing, though, don't think of it as a single piece of paper but more of a number of layers. Print your first layer, po

RE: [U2] Printing different

2005-02-11 Thread George Gallen
http://knot.pu.ru/faq/hprus/bpl.html George >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Oaks, Harold >Sent: Friday, February 11, 2005 3:12 PM >To: u2-users@listserver.u2ug.org >Subject: [U2] Printing different > > >Does anyone know if there is an 'eas

Re: [U2] Printing different

2005-02-11 Thread Drew Henderson
Harold, Short answer: yes. Long answer: yes. You'll need the Laserjet PCL command manual, which you can find online (pdf format) here: http://h2.www2.hp.com/bc/docs/support/SupportManual/bpl13210/bpl13210.pdf And you'll need to print off a copy of the default fonts from the printer for the

[U2] Printing different

2005-02-11 Thread Oaks, Harold
Does anyone know if there is an 'easy' way to create a print file, sent to a standard HP laser priner, and get the printer to print various fonts and sizes when desired. What I really would like is to have the output be normal size, then include very large letters when desired in, say, Arial font

RE: [U2] GE and LE question

2005-02-11 Thread Brenda Price
Thank you! That was exactly what I needed. I could see the 1X being after 1 just not the 1X being before 40. Brenda -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of George Gallen Sent: Friday, February 11, 2005 12:22 PM To: u2-users@listserver.u2ug.org Subj

Re: [U2] GE and LE question

2005-02-11 Thread Roger Glenfield
Brenda Price wrote: Will, Since the input can be several alpha characters as well as numeric. The fix is listed below. CASE NUM(SEL) AND SEL GE 1 AND SEL LE MAX.VAL Thank you everyone for the responses. However, the programs were fixed before I asked the question. The question was not how to f

RE: [U2] GE and LE question

2005-02-11 Thread Bob Woodward
It's because the compare is against variables with no NUM() limitations. When UV sees a non-numeric value, it switches to a data compare. The ASCII characters "1X" (DEC values 49 and 88) is between the ASCII characters "1" (DEC values 49 and 00) and "40" (DEC values 52 and 48). Bob W > -Ori

RE: [U2] GE and LE question

2005-02-11 Thread George Gallen
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Brenda Price >Sent: Friday, February 11, 2005 1:00 PM >To: u2-users@listserver.u2ug.org >Subject: RE: [U2] GE and LE question > > >I just have a hard time visualizing why 1X is GE than 1 and LE >40 (from the p

RE: [U2] GE and LE question

2005-02-11 Thread Pingilley, Ron
Brenda, UV did a left-justified string comparison because one element was non-numeric: "1" < "1X" < "40" Had SEL been a numeric, the comparison probably would have stayed right-justified and given the results you expected. --Ron P. -Original Message- Fr

RE: [U2] Has anyone played with/tested UniVerse 10+ under Solaris 10

2005-02-11 Thread Glen B
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Adrian Matthews > Sent: Friday, February 11, 2005 8:59 AM > To: u2-users@listserver.u2ug.org > Subject: RE: [U2] Has anyone played with/tested UniVerse 10+ under > Solaris 10 > > > We've been through a very

RE: [U2] GE and LE question

2005-02-11 Thread Brenda Price
Will, Since the input can be several alpha characters as well as numeric. The fix is listed below. CASE NUM(SEL) AND SEL GE 1 AND SEL LE MAX.VAL Thank you everyone for the responses. However, the programs were fixed before I asked the question. The question was not how to fix the problem bu

[U2] wIntegrate editor open from host

2005-02-11 Thread Wendy Smoak
When you open a file from the host, the wIntegrate remembers all of the sessions, files and items you've used. Where are these lists stored? Can they be edited or cleared? I've renamed a bunch of files, and the list still contains the old names. Thanks, Wendy Smoak --- u2-users mailing li

Re: [U2] GE and LE question

2005-02-11 Thread FFT2001
In a message dated 2/11/2005 9:12:19 AM Pacific Standard Time, [EMAIL PROTECTED] writes: > MX.VALS is always a number. The programs have been corrected, by the way. > Can you share with us what correction you did? Thanks Will --- u2-users mailing list u2-users@listserver.u2ug.org To unsubsc

RE: [U2] GE and LE question

2005-02-11 Thread Brenda Price
MX.VALS is always a number. The programs have been corrected, by the way. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Randall Sent: Friday, February 11, 2005 9:39 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] GE and LE question All depends

Re: [U2] Universe full screen editor

2005-02-11 Thread Scott Land
Karl, Thanks for the suggestion. I couldn't find the uvsh.exe file. No need to worry about me further. I had looked through the programs to see how to add things to the menu system. It looked like it was locked down tight, but it wasn't. I finally decided to try doing a crtl-c and when I chose

Re: [U2] Has anyone played with/tested UniVerse 10+ under Solaris 10

2005-02-11 Thread Peter Ivanick
Thank you, that's excellent information; did you ever try to find out whether IBM will be releasing binaries comipled against more recent OS versions? In our case, high performance & clock speed is likely not a make or break issue, we have a relatively small pool of concurrent users (40-50 at

Re: [U2] GE and LE question

2005-02-11 Thread Peter D Olson
maybe make the first case not(num) case not(num) case bla bla bla This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or hi

RE: [U2] GE and LE question

2005-02-11 Thread CDMI
Brenda: Put: SEL = OCONV(SEL,"MCN") This ensures SEL is numeric. --Steve T -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pingilley, Ron Sent: Friday, February 11, 2005 9:43 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] GE and LE question Bre

RE: [U2] GE and LE question

2005-02-11 Thread Marilyn Hilb
Try the NUM command to test if it is a number or not. This is some of the help: NUM function _

Re: [U2] GE and LE question

2005-02-11 Thread Allen Egerton
From: "Brenda Price" <[EMAIL PROTECTED]> Sent: Friday, February 11, 2005 10:25 AM > I've found out what is causing the error. The users have been inputting a > number plus "X". While testing my fix, I entered 2Q that also past the GE and > LE test but errored at the VAL1 line. I don't know wh

RE: [U2] GE and LE question

2005-02-11 Thread Pingilley, Ron
Brenda, Suggestion: put IF NOT(NUM(SEL)) OR SEL="" THEN . Before your CASE block. That should trap any "interesting" user input before you get to the comparisons. --Ron P. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

RE: [U2] GE and LE question

2005-02-11 Thread Mike Randall
All depends on what MX.VALS is set to. If it's not a number then your results can be valid. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brenda Price Sent: Friday, February 11, 2005 10:25 AM To: U2-Users (E-mail) Subject: [U2] GE and LE question We h

[U2] GE and LE question

2005-02-11 Thread Brenda Price
We have several programs that have been writing non-numeric when numeric required errors to the system log. The user inputs the value for each program. INPUT SEL BEGIN CASE CASE SEL GE 1 AND LE MX.VALS ; * passes this line VAL1 = RECORD ; * line that gets the error. I've found out

Re: [U2] Universe full screen editor

2005-02-11 Thread karlp
> Charlie, > > Yes. I ended up using the line editor. I hadn't noticed until now how > spoiled I've been since every system I have been on had some full screen > editor. > > Now my problem is getting logged into another account so I can create > files and catalog programs. I am thinking of seeing

Re: [U2] Universe full screen editor

2005-02-11 Thread Scott Land
Charlie, Yes. I ended up using the line editor. I hadn't noticed until now how spoiled I've been since every system I have been on had some full screen editor. Now my problem is getting logged into another account so I can create files and catalog programs. I am thinking of seeing if I can mak

RE: [U2] Has anyone played with/tested UniVerse 10+ under Solaris 10

2005-02-11 Thread Adrian Matthews
We've been through a very similar exercise recently (as you've probably guessed) and we came down to using IBMx445 servers with RHEL AS 3. As the clock speed of the SPARC is relatively low compared to a Xeon MP we found that combination outperformed the Sun (and was a lot cheaper once a large disk

Re: [U2] Has anyone played with/tested UniVerse 10+ under Solaris 10

2005-02-11 Thread Peter Ivanick
Right, the two would be separate, either we'd be running Linux on Xeons or Opterons, or we'd be running Solaris on Sparc, not Solaris on Opteron or Intel. I've got the Solaris 10 CDs down and will try to do an install on a SunBlade we have here, with any luck I can get a copy of the U2 Solaris

RE: [U2] [UV] Windows 2003 password

2005-02-11 Thread Adrian Matthews
That should only work if your users have administrator rights.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Louie Gouws Sent: 11 February 2005 05:25 To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] Windows 2003 password Thanks everybody. I

RE: [U2] Has anyone played with/tested UniVerse 10+ under Solaris 10

2005-02-11 Thread Adrian Matthews
What I meant was it won't run as a supported platform. I spoke to IBM last week and they said they only support Solaris on a SPARC. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen B Sent: 10 February 2005 23:54 To: u2-users@listserver.u2ug.org Subject