Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cross Tab
Message
From
19/12/2000 02:43:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Cross Tab
Miscellaneous
Thread ID:
00454943
Message ID:
00454943
Views:
53
SELECT Plan.wka_partno, Plan.usblz, SUM(Plan.miktar);
FROM wagner!plan;
GROUP BY Plan.wka_partno, Plan.usblz;
ORDER BY Plan.wka_partno, Plan.usblz;
INTO CURSOR SYS(2015)
DO (_GENXTAB) WITH 'Query',.t.,.t.,.t.,,,,.t.,0,.t.
BROWSE NOMODIFY

This code works fine in vfp
But when i compile the project and run the exe
I recieve a
File does not exist
message.
Why.Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform