RE: [U2] Parsippany

2005-06-23 Thread Kathleené M Bodine
They are running Epicor's Avante software. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Lunt Sent: Thursday, June 23, 2005 1:32 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Parsippany I used to work for Matheson Gas Co. that used Epicor

RE: [U2] Finding last day of month

2005-06-02 Thread Kathleené M Bodine
0001: INPUT DATE 0002: USE.DATE = ICONV(DATE,D) 0003: MTH = OCONV(USE.DATE,DM) 0004: YR = OCONV(USE.DATE,DY4) 0005: IF MTH LT 12 THEN 0006: MTH += 1 0007: END ELSE 0008: MTH = 1 0009: YR += 1 0010: END 0011: NEW.DATE = ICONV(MTH:/01/:YR,D) - 1 0012: CRT OCONV(NEW.DATE,D) -Original

RE: [U2] Unique Ids

2005-03-08 Thread Kathleené M Bodine
The person who had the comment has worked in the MV world for how long. The only time I have seen this was when a file was corrupted. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 10:38 AM To: U2 Users

RE: [U2] wintegrate query builder question

2005-02-18 Thread Kathleené M Bodine
Which version on wIntegrate and Excel are you using? I have found that it does not work with all versions of Excel. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Michaelsen Sent: Friday, February 18, 2005 6:11 AM To: u2-users@listserver.u2ug.org

RE: [U2] getting undefined errors when varible look defined (UV/unix)

2004-12-20 Thread Kathleené M Bodine
Check to see if there is a way to get to TOTAMTTT+OFFSET=TOTAMTTT+OFFSET+IVAL But by pass TOTAMT= Unless we can see the full section of code that deal with it can not specify what is the cause but what causing the error. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[U2] Un-compiler/Un-Basic UniVerse Basic Code

2004-12-04 Thread Kathleené M Bodine
Does anyone know of a Un-compiler/Un-Basic for UniVerse Basic object code. There is an old program that is running but no source code. Need to see about recovery the source code. --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] uvodbc truncating field

2004-12-03 Thread Kathleené M Bodine
Look At the dictionary -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rod Hills Sent: Friday, December 03, 2004 8:47 AM To: [EMAIL PROTECTED] Subject: [U2] uvodbc truncating field I've wrote a small program to return a record set of part numbers and

RE: [U2] UV/NT resize failed - any way to put this file back together?

2004-12-02 Thread Kathleené M Bodine
Do you open the file in programs that where running -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Walter Sent: Thursday, December 02, 2004 9:55 AM To: [EMAIL PROTECTED] Subject: RE: [U2] UV/NT resize failed - any way to put this file back together?

RE: [U2] Stopping HP Laser Printer line creep

2004-11-23 Thread Kathleené M Bodine
I changed the page length on the printer to resolve the issue. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, November 22, 2004 6:35 AM To: [EMAIL PROTECTED] Subject: Re: [U2] Stopping HP Laser Printer line creep Al

RE: [U2] DG Intel disk write problems

2004-11-15 Thread Kathleené M Bodine
I have seen this before. Each time it has turned out to be a code error. Do all the programs lock the record when they read them and release or write when done? This could be the cause of your problem. Example. User 1 runs a process that does a READ of the record. Then User 2 runs a process that

RE: [U2] DG Intel disk write problems

2004-11-15 Thread Kathleené M Bodine
Martin you are assume that the code was written with logic. But not knowing what application anything is possible. I have see lots of custom systems that have done a READ and not a READU because the original program was not updating the file. When the code was modified to write to the file the

RE: [U2] Cannot access list ML_3516_1 Unidata phantom (MERGE.LIST)

2004-10-28 Thread Kathleené M Bodine
I have written several basic programs that run as phantoms with no problems. They select records and then process those records. Once done with the list it does back and does the select again. Without see the code and the output hard to say what is the problem -Original Message- From:

RE: [U2] [UD] UniObjects and Time zones

2004-10-28 Thread Kathleené M Bodine
Do you have a zone time set in the users profile? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Burwell, Edward Sent: Thursday, October 28, 2004 7:08 AM To: '[EMAIL PROTECTED]' Subject: [U2] [UD] UniObjects and Time zones Yes, I am on Unix (AIX) and it

RE: [U2] Server-To-Server UniVerse Clone

2004-10-27 Thread Kathleené M Bodine
Any copy method works. I have moved accounts from unix to windows and unix to unix and windows to windows. But you will have to recompile your code. I find that the catalog object does not always work on the new machine like it did on the old no. By compiling and cataloging the object everything

RE: [U2] Cannot access list ML_3516_1 Unidata phantom (MERGE.LIST)

2004-10-27 Thread Kathleené M Bodine
Why dont you do a basic program with the UDTEXECUTE capturing all output and display the output to the screen. Then read the record in the phantom (_PH_) file and see what the problem is. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doyen Klein Sent:

RE: [U2] [UV] 10.1 SELECT FILE BY DICT (I-type - SUBR) causing Read operation failure

2004-10-25 Thread Kathleené M Bodine
Is the dictionary use the attribute that is index and what is the dictionary doing that you would access the index files. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Bartlett Sent: Monday, October 25, 2004 9:04 AM To: [EMAIL PROTECTED] Subject:

RE: [U2] [UV] 10.1 SELECT FILE BY DICT (I-type - SUBR) causing Read operation failure

2004-10-25 Thread Kathleené M Bodine
Try doing the SELECT BY on dictionary items PMG.ADD.INSURED.REFER.NO PGM.PCF.ACCT.ID PMG.INSURED.REFER.NUMBER -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, October 25, 2004 12:02 PM To: [EMAIL PROTECTED] Subject: RE: [U2]