Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stock Report
Message
From
24/05/2002 08:06:44
Khurram Khan
Filtrona Pvt Ltd.
Karachi, Pakistan
 
 
To
22/05/2002 08:55:43
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00659825
Message ID:
00660956
Views:
34
Dear u send me the coding thanks
but this is not workin properly
i m using vfp 5.0

I change some thing in ur coding please follow it

select st.Item_code, ;
nvl(pr.consg_no, nvl(rc.consg_no, sl.consg_no)) as 'consg_no',;
nvl(rc.qty,0) as rcptqty, ;
nvl(pr.qty,0) as purchqty, ;
nvl(sl.qty,0) as salesqty ;
from sl st ;
left join purchase pr on st.Item_code = pr.Item_code ;
left join receipt rc on st.Item_code = rc.Item_code ;
left join sales sl on st.Item_code = sl.Item_code ;
order by st.Item_code, consg_no ;
into cursor crsReport
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform