Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stock Report
Message
From
24/05/2002 13:21:47
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
24/05/2002 08:06:44
Khurram Khan
Filtrona Pvt Ltd.
Karachi, Pakistan
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00659825
Message ID:
00661168
Views:
22
>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

I said roughly as I remember. You should refine it for your needs. I'd never know what's proper for you.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform