RE: [U2] adding entries to a saved lis

2005-02-08 Thread Womack, Adrian
e to use READLIST to retrieve the list from &SAVEDLISTS& into a variable. AdrianW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen Sent: Wednesday, 9 February 2005 3:50 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] adding e

RE: [U2] adding entries to a saved lis

2005-02-08 Thread Richard Sammartino
:[EMAIL PROTECTED] Behalf Of Paul Trebbien >Sent: Tuesday, February 08, 2005 2:23 PM >To: 'u2-users@listserver.u2ug.org' >Subject: RE: [U2] adding entries to a saved lis > > >Hi George, > How about a work around like putting the ID's into a variable or &g

RE: [U2] adding entries to a saved lis

2005-02-08 Thread gerry-u2ug
Sorry , I haven't been follwoing this thread , but in case these haven't been suggested : listname='TEST' list='' getlist listname to 1 then readlist list from 1 else NULL end list<-1>='a new entry' writelist list on listname - or -

RE: [U2] adding entries to a saved lis

2005-02-08 Thread Kevin P Lynch
7; Subject: RE: [U2] adding entries to a saved lis Hi George, How about a work around like putting the ID's into a variable or writing them to a file and selecting the final list later? OPEN 'TEMPFILE' TO F.TEMP ELSE STOP LIST1="" SELECT LIST READNEXT ID WRITE '&

RE: [U2] adding entries to a saved lis

2005-02-08 Thread George Gallen
February 08, 2005 2:23 PM >To: 'u2-users@listserver.u2ug.org' >Subject: RE: [U2] adding entries to a saved lis > > >Hi George, > How about a work around like putting the ID's into a variable or >writing them to a file and selecting the final list later? >

RE: [U2] adding entries to a saved lis

2005-02-08 Thread Paul Trebbien
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of George Gallen Sent: Tuesday, February 08, 2005 10:36 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] adding entries to a saved lis No.. Doing the LIST1<-1>="xxx" gives me an improper data

RE: [U2] adding entries to a saved lis

2005-02-08 Thread George Gallen
No.. Doing the LIST1<-1>="xxx" gives me an improper data type error. I didn't think that worked from before...Or is there an $OPTIONS flag I need to set? EX. CMD1="SELECT VOC WITH @ID LIKE 'F...'" EXECUTE CMD1 RTNLIST LIST1 CAPTURING JUNK LIST1<-1>='TEST' CMD1="SELECT VOC BY @ID" EXECUTE CMD