RE: [U2] Outputting XML to a file [uv]

2007-01-08 Thread Brian Leach
David SORT filename field field TOXML [ELEMENTS] [WITHDTD] Or SELECT fieldlist FROM filename TOXML [ELEMENTS][WITHDTD] There is a short tutorial on using XML with Retrieve on the U2UG knowledge base. (www.mvopen.org/kb) I don't think your version of uv has the 'TO' keyword to capture XML, so

RE: [U2] Outputting XML to a file [uv]

2007-01-08 Thread Brian Leach
David Sorry, being dumb (bleary-eyed-Monday-morning). You're obviously using TOXML. So your choices are: A) If your version of uv supports it, use the TO keyword: SORT BOOK_TITLES TOXML ELEMENTS WITHDTD TO titles This will create XML titles.xml and XML titles.dtd B) If not, the closest I can

[U2] IF Statement in PROCs

2007-01-08 Thread Mark Elliott
Hello, I want to check to see if 2 values in the PROC Buffer are equal, but if I use the line ; IF A1 = A2 GO 40 it assumes the A2 is just a string and wraps it in s. Is there a way of doing this? I'm using UniVerse and the PQN version of PROC. Many thanks. Mark

RE: [U2] IF Statement in PROCs

2007-01-08 Thread Brian Leach
Mark IF %1 = %2 G 40 Regards Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Elliott Sent: 08 January 2007 11:48 To: u2-users@listserver.u2ug.org Subject: [U2] IF Statement in PROCs Hello, I want to check to see if 2 values in

RE: [U2] IF Statement in PROCs

2007-01-08 Thread Mark Elliott
Doh! I should really know this, but have never needed to compare procbuffer values in the 16years of using Pick/UniVerse. Thanks, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Leach Sent: 08 January 2007 12:23 To:

[U2] Blackberries MS Calendar

2007-01-08 Thread MAJ Programming
Here's the scenario. I'm using BLAT to send regular emails to any address. works fine. I can use the optional -attacht or -attach to attach a text or binary file and it works fine. A client wants their MV system to send MS Outlook/Calendar items to their salesperson's Blackberries. I reverse

Re: [U2] SOAP and secured HTTP

2007-01-08 Thread Symeon Breen
No it doesn't - if you look at the other api's, that the soap one is built upon, i.e. the http and the socket ones, they both have a opensecure method that you use a security context with. What i have done to do soap on https is use the http api and formulate the soap request manually - not

RE: [U2] IF Statement in PROCs

2007-01-08 Thread Brian Leach
I don't know. These youngsters... To think I trained you, as well. grin Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Elliott Sent: 08 January 2007 13:34 To: u2-users@listserver.u2ug.org Subject: RE: [U2] IF Statement in PROCs

Re: [U2] Outputting XML to a file [uv]

2007-01-08 Thread Charlie Rubeor
We had a similar problem with blank lines in the xml output. Please keep in mind that this is on Unidata 6.0, but we needed to adjust the term settings. The biggest clue will be where the blank lines are occurring. If they are popping up every 23 lines, then you have the same problem that we

[U2] [UV] Data Replication

2007-01-08 Thread Barry Rogen
We have purchased two new HP boxes that we will be running UniVerse 10.2. We will also be utilizing UniVerse's Data Replication utility. We have had a superior consultant from IBM perform the initial setup. I have contacted IBM support twice and have not been able to get a clear and

[U2] U2 and Open Insight.

2007-01-08 Thread Tom Dodds
Go to the url below and take look at the press release for Revelation Software and IBM U2. Looks like a new, fully GUI front end to U2. Westwood, NJ - 8 January 2007: Revelation Software today introduced OpenInsight for IBM U2 and announced that under an agreement with IBM, Revelation Software

[U2] UniODBC with ASP error

2007-01-08 Thread Wang, Cody
Hi all, I am working on CAS project that has an error I could not figure out. Does anyone experience call Datatel subroutine with error out on asp page? It bomb out on a S.EVALUATE.PROGRAM subroutine in Unibasic program. On my ASP pages it shows Error Type: Microsoft OLE DB Provider for ODBC

RE: [U2] [UV] Data Replication

2007-01-08 Thread Perry Taylor
Barry, I cannot speak for replication but I do believe that FINFO$RECOVERYTYPE is a flag indicating whether or not the file is recoverable from a transaction logging perspective. IOW.. 0 = transactions are not logged, 1 = transactions are logged. Perry -Original Message- From: [EMAIL

Re: [U2] U2 and Open Insight.

2007-01-08 Thread Ron White
Oddly enough, this announcement was on C.D.P. early this morning. It contained the following two urls. http://www.revelation.com/Revelation.nsf/28eaa3bb5371386d85256dd6001f2c87/66d0d9ce0920e2c38525725d0056f792?OpenDocument and

RE: [U2] U2 and Open Insight.

2007-01-08 Thread dsig
Original Message Subject: [U2] U2 and Open Insight. From: Tom Dodds [EMAIL PROTECTED] Date: Mon, January 08, 2007 12:59 pm To: u2-users@listserver.u2ug.org Go to the url below and take look at the press release for Revelation Software and IBM U2. Looks like a new, fully

[U2] cODE39

2007-01-08 Thread Tom Dodds
I have a program that is reading the table listed below )code339) and printing code39 bar codes from these entries. It takes the SEQ of the character to be printed, extracts the data from the corresponding field of this table and the print a series of ESC characters and the result is a bar code.

Re: [U2] SOAP and secured HTTP

2007-01-08 Thread Jason Lin
On Mon, 8 Jan 2007, Symeon Breen wrote: No it doesn't - if you look at the other api's, that the soap one is built upon, i.e. the http and the socket ones, they both have a opensecure method that you use a security context with. What i have done to do soap on https is use the http api and

RE: [U2] cODE39

2007-01-08 Thread rbl000
After a little search on Google, I found the following page: http://www.barcodeisland.com/code39.phtml Which includes a table with the entire Code39 character set and barcode (width) definitions. Your table appears to have a '1' at the end of every character, which I'm guessing represents the