Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running crosstab queries with runtime
Message
 
 
À
04/05/1999 14:35:18
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00215078
Message ID:
00215101
Vues:
29
Of course! I just included the genxtab.prg in the project and change the call to just DO genxtab WITH ... and it works beautifully. Thanks Ed.

>>My crosstab query which runs fine if run within full version of FPW26 returns an error when run in runtime. The error is "No Parameter statement not found." Here's my code:
>>
>>SELECT *;
>> FROM cMailed;
>> GROUP BY areaid, campaign ;
>> ORDER BY areaid, campaign ;
>> INTO CURSOR cCross
>>DO (_GENXTAB) WITH 'cAlmost'
>
>I'd be willing to bet that it can't find the program referenced by _GENXTAB, or that it's pointed at something other than what you want it to point at; I'd try checking that the -compiled- version of the program referenced by the _GENXTAB variable is included in your compiled application or is availabel in compiled form on the current FPW search path.
>
>>
>>TIA
It's "my" world. You're just living in it.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform