RE: Extracting data directly from dbf files...

2004-04-08 Thread Jacques G.
>From: Lee Messenger >Has anyone developed any processes to natively >read '.dbf' type files >from within Universe basic? I wrote one for Universe back in 1995 and improved on it up until 1998. It converts dbf files, creates an include file which has a DIM and equates for a matrice to use the fi

RE: Memo: Re: [UD] Determining if list exists

2004-02-03 Thread Jacques G.
In a proc you would have: PQ HSELECT SOMEFILE SAMPLE 3 P IF E = 401 G 99 HLIST SOMEFILE P 99 O No Items Selected __ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ -- u2-users mailing list [EMAIL

UD: Child write to Pipe error (Weird behavior)

2004-01-26 Thread Jacques G.
Hello, I've encountered a strange error. I've created a dictionary element which calls a UNIBASIC subroutine, parsing a record and returning a date. (Compiled in P mode) The DICT item works fine in ECL (ECL TYPE P). When I try to make use of the dictionnary item from within a PROC, the followi