Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cross Tab
Message
 
To
19/12/2000 02:43:18
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00454943
Message ID:
00454946
Views:
18
>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.


I think that is because you probably don't ship the (_GENXTAB) file. You also need to ship or include the file (vfpxtab.prg) and probably some resource files with your exe.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform