Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing a line in detail band
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
01220902
Message ID:
01220904
Vues:
14
>Hi!
>
>I want to draw on a line on the third line of the detail line, ie print when the detail band has printed 3 times.
>
>I want to do this to show where a fold should be made to fit the reports address into a window envelope.
>
>Can anyone help
>
>TIA

Create a variable in report called nLinesCount with initial value 0 and count as an option. Use this variable in print when condition, e.g. MOD(m.nLinesCount,3) = 0
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform