Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print detail more than one line
Message
 
À
02/11/1998 13:57:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00153649
Message ID:
00153751
Vues:
18
>I have some reports e.g. Item List Report etc. which print out the detail more than 1 line. My detail in report look like as belows:
>
>Desc uom ucost
>--------------------
>desc1 xxxx xxxx
>desc2
>desc3
>
>Some items have only desc1 or desc2 ... or all.
>I already defined "Remove Line If Blank" for desc2 and desc3.
>It seems like correct, but Vfp didn't print the last two lines of each page. My report should be printed as 15 detail lines per page, but it printed only 13 lines per page. How should I do ?
>Hope that someone understand my question.
>
>Thanks in advance
>amnatn

Amnat--
This has happened to me, too. The report probably thinks you're out of space on the current page. Try changing the size of the detail band. Double click on the detail bar to see if it has been set to "constant height". You can try to put the three description lines in one "stretchable" field with the expression:

desc1+iif(empty(desc2),'',chr(13))+desc2+iif(empty(desc3),'',chr(13))+desc3

Then make the field box only one line long and mark it "stretch with overflow".

You may have to experiment with a combination of approaches.

Good luck.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform