Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create cursor selectively eliminating records from 2 tab
Message
De
07/04/2007 03:55:21
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01212865
Message ID:
01213186
Vues:
13
Hello Sergey and Cetin,

Thanks very much for your help. It's working fine!

I worked on some permutations/combinations to see what suited me best.

My final Code:
SELECT cname,class FROM biodata WHERE CNAME;
NOT in (SELECT cname FROM curselected);
AND biodata.gang=(lccontrol.combo1.Value)AND (DOL>=gdtodate OR EMPTY(DOL));
ORDER BY cname INTO CURSOR curtemp
With best regards,

Steve
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform