Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cross Tab
Message
De
19/12/2000 03:38:58
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00454943
Message ID:
00454948
Vues:
23
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform