Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to achieve multiple detail bands with columns?
Message
De
20/07/2003 16:39:18
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00809019
Message ID:
00811864
Vues:
25
Hi Cathy:

Here is an expression I used in the report for a field. The idea here is to evaluate whether the SortKey is for Consultations. If so, then print both the description and the Date Referred (Date1), else, just print the Descr field.
iif(TmpData.SortKey = "6", TmpData.Descr+" "+TmpData.Date1, TmpData.Descr)
However, I get a "Operator/operand type mismatch". Wondering if the concats of the Descr and the Date1 fields is causing the problem. If so, how do I get the Date Referred also to print for consults?

Thanks Cathy.
- Ravi

True greatness consists in being great in little things.
- Charles Simmons
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform