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:47:55
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
 
 
À
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:
00811867
Vues:
25
This message has been marked as a message which has helped to the initial question of the thread.
Henry
You have to convert the TmpData.date1 column to a character.
iif(TmpData.SortKey = "6", TmpData.Descr+" "+transform(TmpData.Date1), TmpData.Descr)
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform