Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using existing program?
Message
From
23/03/2007 16:25:09
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01207621
Message ID:
01207999
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform