[U2] [AD] Free MITS Usability Webinar - September 6th.

2006-09-01 Thread Ross Morrissey
MITS Discover 6.0 contains significant usability improvements developed through extensive testing and prototyping with key partners and customers. In a free Webinar, Channel Solutions Architect Ross Morrissey and Senior UI Developer Sam Alston will walk through the MITS approach and discuss some

RE: [U2] UniVerse Personal Editions

2006-09-01 Thread Tom Dodds
Are you anticipating a version of the U2 Web DE 4.3 to be available with the PE versions of UV anytime in the future? Thanks Tom Dodds [EMAIL PROTECTED] 513-563-2800 Cincinnati Office 708-234-9608 Chicago Office 630-235-2975 Anywhere Cell -Original Message- From: [EMAIL PROTECTED]

[U2] Over write first record with writeseq

2006-09-01 Thread vance . alspach
We have a need to overwrite/update the first record of a sequential file. Sure I could write 2 sequential files and 'cat' them or make 2 passes through the data extract to get the totals but I thought I has seen a way to resent the pointer (thereby overwriting the first record). Any ideas?

Re: [U2] UniVerse Personal Editions

2006-09-01 Thread jpb
What U2UG newsletter? Is this something new? - Original Message - From: David Jordan [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Tuesday, August 29, 2006 8:51 PM Subject: RE: [U2] UniVerse Personal Editions The next U2UG newsletter, (available soon) will have articles

Re: [U2] Over write first record with writeseq

2006-09-01 Thread Martin Phillips
Hi Vance, If the new data is of exactly the same length as what it is replacing, just write over the top of it. If they are different lengths, you have no alternative but to copy the file, making the amendment on the way. Martin Phillips Ladybridge Systems 17b Coldstream Lane, Hardingstone,

Re: [U2] Over write first record with writeseq

2006-09-01 Thread vance . alspach
That is what I suspected, but I could never get the writeseq to write back to the file. I tried CLOSESEQ and then a WRITESEQ of the new data but since they were not the same length maybe it was preventing the write. I would have thought that it would overwrite the first 2 records if it was

Re: [U2] Over write first record with writeseq

2006-09-01 Thread Allen Egerton
[EMAIL PROTECTED] wrote: We have a need to overwrite/update the first record of a sequential file. Sure I could write 2 sequential files and 'cat' them or make 2 passes through the data extract to get the totals but I thought I has seen a way to resent the pointer (thereby overwriting the

Re: [U2] Over write first record with writeseq

2006-09-01 Thread iggchamp
would something like the following work? OPENSEQ IN.PATH TO IN.FILE ELSE ABORT 201, IN.PATH LOOP READSEQ IN.LINE FROM IN.FILE ELSE IN.LINE = @AM UNTIL IN.LINE = @AM DO IN.LINE[SPOS,EPOS] = WHATEVER BYTES = (LEN(IN.LINE) * -1) -1 SEEK IN.FILE, MANY, 1 THEN

[U2] Prompt Blink Stuck

2006-09-01 Thread Brutzman, Bill
With Dynamic Connect and UniVerse and Win2003 Terminal Services, the prompt stopped blinking. In Dynamic Connect, the Blink check-box is checked via Setup Terminal. Perhaps I need to reboot the entire Win2003 box. Suggestions would be appreciated. --Bill --- u2-users mailing list

RE: [U2] Using DICT items in basic program

2006-09-01 Thread tschaeffer
[EMAIL PROTECTED] wrote on 08/31/2006 05:42:44 AM: CUT HERE --- SUBROUTINE stdValue( FileName, FieldName, Id, Record, Value ) Open DICT, FileName To DFL Else RETURN End Read DictRec From DFL, FieldName Else RETURN End

RE: [U2] Using DICT items in basic program

2006-09-01 Thread Marc Harbeson
In UniData it does... From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Fri 9/1/2006 5:04 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Using DICT items in basic program [EMAIL PROTECTED] wrote on 08/31/2006 05:42:44 AM: CUT HERE

RE: [U2] Over write first record with writeseq

2006-09-01 Thread Ken Wallis
[EMAIL PROTECTED] wrote: We have a need to overwrite/update the first record of a sequential file. Sure I could write 2 sequential files and 'cat' them or make 2 passes through the data extract to get the totals but I thought I has seen a way to resent the pointer (thereby overwriting the

[U2] UniVerse Personal Editions - Help Please

2006-09-01 Thread Louis Windsor
I have UniVerse running on XP Prof (at home). I have updated my UniVerse as suggested and I copied the C:\IBM directory to G: drive before (thank goodness!) Obviously I have lost my old VOC so I want to copy stuff back from the backup copy. Help I tried to do this a while ago but ended up