main logo
Subject: CMOVERS.VCX
Author: MILCENT Bernhart
Posted: 2001/09/20 06:24:54
 
View Entire Thread
New Search


HI ALL,
Bonjour à tous(tes),

I place in the list of left of the elements selectionnables.

SELECT DISTINCT Teleph.cnomteleph, Teleph.iid;
FROM amline!resident INNER JOIN amline!Teleph ;
ON resident.itelephoneid = Teleph.iid;
WHERE EMPTY( resident.dsortie );
ORDER BY Teleph.cnomteleph INTO ARRAY taFullList

I place in the list of right-hand side of the préselectionnés elements.

SELECT Teleph.cnomteleph, Teleph.iid FROM Teleph WHERE ;
teleph.iid IN ( SELECT itelephoneid FROM cfiltre WHERE lactif = .t. AND ireport = goapp.noreport );
INTO ARRAY taSelectedList


How to return the items of left gray color to announce that they are
already on the right?

Thanks

MIlcent B.
 
©2001 MILCENT Bernhart
<-- Prior Message New Search Next Message -->