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

Click here to load this message in the networking platform