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

I have included the vfpxtab.prg
And have change the command as
DO VFPXTAB WITH 'Query',.t.,.t.,.t.,,,,.t.,0,.f.
Its works fine.
Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform