Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using existing program?
Message
De
23/03/2007 16:25:09
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01207621
Message ID:
01207999
Vues:
19
I am trying to multiply the qtyper partnum to crsCNT.CurQty which is the unit demand. In the original Select statement, it has this...
SELECT a.PartNum, ..., a.QtyPer * m.lnQty as QtyReq, ;
b.OnHand - (a.QtyPer * m.lnQty) as NetQty ;
FROM crsParts a LEFT OUTER JOIN crsMaster b ;
ON a.PartNum = b.PartNum ;
INTO CURSOR crsTemp
How would I be able to join my crsCNT cursor to it that has CurQty that I need to replace the m.lnQty?

Thanks,
Sam
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform