Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using groups as multiple detail bands?
Message
De
11/01/2019 11:37:05
 
 
À
11/01/2019 08:29:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Application:
Desktop
Divers
Thread ID:
01665287
Message ID:
01665326
Vues:
66
>>Hey all
>>
>>In VFP 6, I thought one could use different groups in place of having multiple detail lines. It sort of works, except it's giving me a blank page at the end. The cursor I have contains 2 records. It's a double sided document, first record is front, second record is back.
>>
>>I made 2 groups with these group expressions.
>>
>>iif(m.wHowManyItems=12,recno(),1)
>>
>>iif(m.wHowManyItems=11,recno(),1)
>>
>>Each of these groups displays properly, but there is a third blank page created.
>>
>>To work around this, I made 12 grouped textboxes, each with the correct expression. Any ideas how to do this properly?
>>
>
>I assume you haven't checked the box for a separate summary page? Is there something on the page that's got Stretch checked? Is it possible that it's got blank content at the end that's running over?
>
>Also, using groups seems like a weird way to handle this, since groups are nested, so to have different fields, you're putting them in the group header or footer? Make sure those don't have things checked that would lead to a page break.
>
>Tamar

Conditionally printed items w/ remove band or items that are set to stretch could yield unexpected results at times -- usually resulting in printing to "spill over" into following page due to internal "prediction" indicated that a particular band wouldn't fit. I've also noticed that vertical lines or boxes that span more than one band could sometimes result in computed size being "off" (and I had to resort to breaking those items down into segments that fit entirely within the bands and set to stretch with the band).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform