Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to display the logical fields on Report.
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
How to display the logical fields on Report.
Divers
Thread ID:
00405771
Message ID:
00405771
Vues:
69
Hi all,

I need to print a mark (something looks like X) for each logical field on my report if its value is true, otherwise an empty space should be left there. I used the "Print When" to make the Print Expression for logical fields:

IIF(my_table.field1 <> ".F.", "X", " ")

IIF(my_table.field2 <> ".F.", "X", " ")

.................................

When I ran the report I got a message "Operator/Operand type mismatch."

I beleive someone of you here knew how to get this already. Please give me your help. Any tips, ideas, or suggestions would be appreciated.

Thanks in advance.

Jenny.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform