Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Collapsing the vertical lines
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00754568
Message ID:
00754608
Vues:
28
Would it be better to do the following code change from this:
IIF(tmpPOReport.PO_SUFFIX = "00", "", "Change Order " + PO_Suffix)
to this:
IIF(tmpPOReport.PO_SUFFIX = "00", .NULL., "Change Order " + PO_Suffix)
The problem I think is that the object, that the above code represents, holds space in the Detail Band and does not relinquish it. You would think that it would do the "Remove Line if Blank" thing and thereby remove the space it holds in the Detail Band, collapsing the space and narrowing each row.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform