Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report and Crosstab Query
Message
 
 
À
09/10/2002 10:04:58
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00709248
Message ID:
00709271
Vues:
18
>I have a report that uses Eval(Field(x,"query")). It has the capability to present 42 fields. However, not all the querys will produce this many fields and I get a "Missing Expression" on the missing fields. Any idea on how to fix this. Can I pad fields to the end of a query?

Change expression to :
iif(fcount('query')>=x, evaluate(field(x,"query")),"")
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform