Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cross Tab
Message
De
19/12/2000 02:43:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Cross Tab
Divers
Thread ID:
00454943
Message ID:
00454943
Vues:
55
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform