Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using existing program?
Message
De
23/03/2007 16:55:26
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01207621
Message ID:
01208011
Vues:
30
Hi Naomi,

I just did it this way. Is this legal? I just put crsCNT before my join. Thanks, Sam
SELECT aa.PartNum, ..., aa.QtyPer * cc.CurQty as QtyReq, ;
bb.OnHand - (aa.QtyPer * cc.CurQty) as NetQty ;
FROM crsCNT cc, crsParts aa LEFT OUTER JOIN crsMaster bb ;
ON aa.PartNum = bb.PartNum ;
INTO CURSOR crsTemp
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform