Bill,

This is the way a Select list works.  The IDs that have already been used
via the READNEXT will be gone.

If you'd like you can select to one of the non-active list like 1.

PERFORM "SELECT MYFILE TO 1"
...
LOOP
   READNEXT ID FROM 1 ELSE EXIT
   ...
REPEAT

Thanks,
David A. Green
DAG Consulting


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett
Sent: Friday, January 13, 2006 2:12 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UD] Active select list in BASIC

David, Kevin and Ed:

Thanks for the tip.  My question was the select list remaining active,
rather than the page message or the program aborting.  Although the program
aborting sucks, it has always occurred in pick-like systems.

In all Pick systems I've ever used, Microdata, Adds, GA, R83, R91, D3, and
UV, when a file is selected then listed, within BASIC, quiting the display
doesn't leave the select list active.  How can I turn off this unexpected
feature?

Thanks again, 

Bill
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to