Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfpxtab in exe
Message
De
20/07/1997 08:42:05
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Vfpxtab in exe
Divers
Thread ID:
00040791
Message ID:
00040791
Vues:
90
Hi!

I have the following problem.
My code:
SELECT Per.sykefravær, Per.mnd, SUM(Per.dager);
FROM per;
GROUP BY Per.sykefravær, Per.mnd;
ORDER BY Per.sykefravær, Per.mnd;
INTO TABLE pertest10
DO vfpxtab WITH 'ferdiggrp.dbf'

is functioning when it is run as an app.

But when i compile it to an exe file, the result is zero on all fields???

What is the solution?

Best regards

Per Simmersholm
Répondre
Fil
Voir

Click here to load this message in the networking platform