RE: [U2] Capture Error (UV 10.1.7, AIX 5.2)

2005-09-19 Thread Ray Wurlod
I always understood that the pid of the process was in there somewhere. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [UV] Manipulating numbered select lists

2005-09-19 Thread Ray Wurlod
SELECT column FROM 1 SELECT column FROM 1 TO 0 (redundant, but not wrong) MERGE.LIST 1 UNION 1 TO 0 SAVE.LIST name FROM 1 GET.LIST name READLIST dynarray FROM 1 FORMLIST dynarray probably others... those off the top of my head --- u2-users mailing list u2-users@listserver.u2ug.org To

RE: [U2] PHP Options

2005-09-19 Thread Brian Leach
Dawn, You can also use RedBack: PHP can instantiate COM objects on Windows platforms, and has a java interface so it can create java redback objects (RedObjects). I guess these would also allow UO and UOJ, but then you're back to the old web access/connection pooling issues. There is a paper

FW: [U2] UV Funny

2005-09-19 Thread Bjorn Behr
Thanks for the input It appears that a previous programmer wrapped 'ed' and this caused the problem Regards Bjorn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Behr Sent: 15 September 2005 04:41 To: u2-users@listserver.u2ug.org Subject: [U2] UV

[U2] Re: U2 Users Digest V1 #828

2005-09-19 Thread Marc Mergenthaler
My email address has changed to [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Rich Hoult is out of the office, but don't panic

2005-09-19 Thread Rich Hoult
I will be out of the office starting 19/09/2005 and will not return until 26/09/2005. Have a happy late September. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] PHP Options

2005-09-19 Thread David Beahm
Dawn- We have PHP pages which interact transparently w/ UniData, allowing users to enter, retrieve, and modify data straight to/from UD through web services and Java (Apache Tomcat + Axis). I can supply a writeup w/ source code on how to do it -- contact me off list if you are interested.

[U2] LPTR / SETPTR / landscape orientation example

2005-09-19 Thread Andy Pflueger
Hi gang, I'm in the process of tweaking one of our reports which use a LIST ... LPTR command line to spool the output to the default printer. However, the results are too wide for portrait orientation and was wanting to find a way to set the orientation with SETPTR prior to the execution of the

RE: [U2] LPTR / SETPTR / landscape orientation example

2005-09-19 Thread colin.alfke
We used to have a PRINT.CONDENSE and PRINT.NORMAL command that just printed the PCL code to change the printer orientation. Note: you will have to play with printer on and off commands to prevent blank pages. We have also wrapped the LIST and SORT verbs. P.S. don't forget to change the width and

Re: [U2] LPTR / SETPTR / landscape orientation example

2005-09-19 Thread u2
[EMAIL PROTECTED] wrote: Hi gang, I'm in the process of tweaking one of our reports which use a LIST ... LPTR command line to spool the output to the default printer. However, the results are too wide for portrait orientation and was wanting to find a way to set the orientation with SETPTR

Re: [U2] PHP Options

2005-09-19 Thread Jeffrey Butera
We have PHP pages which interact transparently w/ UniData, allowing users to enter, retrieve, and modify data straight to/from UD through web services and Java (Apache Tomcat + Axis). I can supply a writeup w/ source code on how to do it -- contact me off list if you are interested. David:

RE: [U2] [UV] Manipulating numbered select lists

2005-09-19 Thread Stevenson, Charles
Can you replace your final MERGE.LIST 1 UNION 2 TO 1 with MERGE.LIST 1 UNION 2 TO 0 ? From: [EMAIL PROTECTED] SELECT TRX ..limited branches.. TO 1 SELECT TRX ..limited branches.. TO 2 MERGE.LIST 1 UNION 2 TO 1 SELECT TRX ..limited branches.. TO 2 MERGE.LIST 1 UNION 2 TO 1 Which

[U2] XML question on UniData 6.0

2005-09-19 Thread Metherall, Arthur
Yes, you've read this before. But all the XML experts must have been on vacation, so I'm posting it again in hopes that they 're back. Is there a way to define the following XML section in a Unidata 6.0 extraction file, so that it will give me a single date (07/20/2005) value/DICT entry,

Re: [U2] XML question on UniData 6.0

2005-09-19 Thread u2
[EMAIL PROTECTED] wrote: Yes, you've read this before. But all the XML experts must have been on vacation, so I'm posting it again in hopes that they 're back. Is there a way to define the following XML section in a Unidata 6.0 extraction file, so that it will give me a single date

Re: [U2] LPTR / SETPTR / landscape orientation example

2005-09-19 Thread Dave Taylor
Andy, Not sure what the problem is: a.You don't know how to talk to the printer to reconfigure it? b.The printer does not remain reconfigured after the program ends that reconfigures it. So, the same old question: What database (looks like Unidata from your code)? What operating

[U2] Extra DB License

2005-09-19 Thread karlp
Curious... We are adding clients and users and have bumped against the 'out of licenses' thing. I've ordered a few more, but am wondering what philosphies you may have implemented to determine how many, and if you get, extra licenses over and above what your userbase demands. Thanks, -- Karl

[U2] Trimming a SELECT list evenly....

2005-09-19 Thread George Gallen
In case anyone can use this: I needed to trim my select list to specific number, usually I take my ACTUAL/NEED and then do a SAMPLED # but I ran into a problem when my NEED was fairly close to my ACTUAL, and you can't use SAMPLED with a fractional number (I needed 1.25) You sort and save

RE: [U2] XML question on UniData 6.0

2005-09-19 Thread Keith W. Roberts
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, September 19, 2005 8:19 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] XML question on UniData 6.0 [EMAIL PROTECTED] wrote: Yes, you've read this before.

RE: [U2] Trimming a SELECT list evenly....

2005-09-19 Thread Allen E. Elwood
Back in 1999 I had to break very large files into Excel-sized chunks and came up with a BREAK.MY.LIST program that does pretty much the same thing, only different...I originally wrote it for my non-programmer buddy Leo, and found myself using it a couple of months later...heh (Unidata, using

RE: [U2] LPTR / SETPTR / landscape orientation example

2005-09-19 Thread John Jenkins
Try adding MODE=WINDOW - may fix the problem - seems to be HP printer drivers in every instance I've seen so far (enlightenment welcomed). Regards JayJay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Pflueger Sent: 19 September 2005 13:26 To: U2

[U2] Are there any UniVerse / U2 Basic Language Self-Study materials? {Unclassified}

2005-09-19 Thread HENDERSON MIKE, MR
Listers, I have a less-experienced member of my staff who needs to pass the IBM Certified Solutions Expert -- U2 Family Application Development [i.e. U2 Basic Language] exam. There are no practice exams available from IBM, and it seems very unlikely that the relevant training course will ever be

RE: [U2] Extra DB License

2005-09-19 Thread David Jordan
Karl There are a couple of licensing models with different scenarios. The standard base is server license, which is a concurrent license per connection. This means that is the user is running a UniObjects access, has an ODBC connection and a telnet connection open they would require 3 licenses

Re: [U2] Are there any UniVerse / U2 Basic Language Self-Study materials? {Unclassified}

2005-09-19 Thread Susan Lynch
Have you looked at http://members.aol.com/mbtraining/ ? There are self-training courses available there, which sound like what you need. Susan - Original Message - From: HENDERSON MIKE, MR [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Monday, September 19, 2005 4:45 PM

Re: [U2] Are there any UniVerse / U2 Basic Language Self-Study materials? {Unclassified}

2005-09-19 Thread Bruce Nichol
Goo'day, Mike, At 08:45 20/09/05 +1200, you wrote: Listers, I have a less-experienced member of my staff who needs to pass the IBM Certified Solutions Expert -- U2 Family Application Development [i.e. U2 Basic Language] exam. There are no practice exams available from IBM, and it seems very

[U2] Re: U2 Users Digest V1 #829

2005-09-19 Thread Marc Mergenthaler
My email address has changed to [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Integrating .NET and UniVerse 10

2005-09-19 Thread Simon Jackson
Hi All, We are looking at integrating our UniVerse 10 system with applications written in .NET, particularly ASP.NET. We are currently evaluating five mechanisms for accessing UniVerse data: * UVODBC * RedBack * PDP.NET (http://www.rainingdata.com/products/connect/dotnet/index.html) * MV.NET

RE: [U2] Integrating .NET and UniVerse 10

2005-09-19 Thread Bob Woodward
Our SQL programmer says that if UVODBC is setup right, it's really fast but we also use UNIOBJECTS.net. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Simon Jackson Sent: Monday, September 19, 2005 4:25 PM To:

RE: [U2] Integrating .NET and UniVerse 10

2005-09-19 Thread Tony Gravagno
Simon Jackson wrote: We are looking at integrating our UniVerse 10 system with applications written in .NET, particularly ASP.NET. We are currently evaluating five mechanisms for accessing UniVerse data: * UVODBC * RedBack * PDP.NET * MV.NET * UniConduit Does anyone have any experience

RE: [U2] Integrating .NET and UniVerse 10

2005-09-19 Thread Stuart . Boydell
Not any of the below but we're using Uodotnet with Com+ object pooling for web services (via ASP.NET). Quite satisfactory. Stuart http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cossd k/html/954cf9ee-e76c-4faf-99aa-3648a7bb8a59.asp -Original Message-