Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create cursor selectively eliminating records from 2 tab
Message
 
 
À
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:
01213214
Vues:
18
You're welcome.

>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
>
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform