Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfpxtab in exe
Message
From
20/07/1997 08:42:05
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Vfpxtab in exe
Miscellaneous
Thread ID:
00040791
Message ID:
00040791
Views:
92
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
Reply
Map
View

Click here to load this message in the networking platform