Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report and Crosstab Query
Message
 
 
To
09/10/2002 10:04:58
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00709248
Message ID:
00709271
Views:
17
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform