Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combining cursors?
Message
 
 
À
22/03/2007 12:18:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01207113
Message ID:
01207153
Vues:
20
>Hi Naomi,
>
>I got it. Here is what I have. Thanks for your help.
>
>Sam
>
>
>SELECT crsData.*, crsMPM.* ;
>FROM crsData LEFT JOIN crsMPM ;
>ON crsData.PartNum = crsMPM.PRTNUM_49 ;
>INTO CURSOR crsReport
>
You're welcome. Keep in mind that all unmatching (e.g. we have PartNum in crsData, but not in crsMPM) crsMPM fields will show NULLs, so you may want to convert them either in SQL or in the report itself using NVL function.

Or you may use SET NULLDISPLAY command.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform