Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crosstab giving errors
Message
From
01/04/1998 15:33:43
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00088488
Message ID:
00088779
Views:
40
>Nick, Ed:
>
>None of the suggestions worked. The current status. Crosstab runs find from an APP and runs fine from an EXE within VFP, but gives the error "File not found" when the EXE is run alone.
>
>This code was generated using the Query designer including the crosstab syntax. Any other ideas.
>
>Code:
>
>SELECT dtoc(diallog.rundate) + " " + diallog.dialtime as shift,;
> Diallog.dial_loc, COUNT(Diallog.dial_type);
> FROM diallog;
> WHERE Diallog.dial_type = thetype and;
> Diallog.rundate >= statbeg and;
> Diallog.rundate <= statend;
> GROUP BY 1, Diallog.dial_loc;
> ORDER BY 1, Diallog.dial_loc;
> INTO CURSOR SYS(2015)
> DO (_GENXTAB) WITH 'dcounts1'

Try to use explicit call Do vfpxtab.prg with ..., and make sure that vfpxtab.prg is included in Exe.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform