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

I got it. Your code will not work because the crsCNT.PartNum is a parent part of the parts in crsMaster.
SELECT a.PartNum, ..., a.QtyPer * c.CurQty as QtyReq, ;
b.OnHand - (a.QtyPer * c.CurQty) as NetQty ;
FROM crsCNT c, crsParts a LEFT OUTER JOIN crsMaster b ;
ON a.PartNum = b.PartNum ;
INTO CURSOR crsTemp
Thanks again,
Sam
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform