Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatically control Group starts on new page
Message
De
29/08/2008 08:15:14
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
 
À
28/08/2008 16:12:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01342804
Message ID:
01343020
Vues:
25
Hi Larry,

>I'd like to give the user an option to print a report with each group on a new page or not. It there a way to control this programmatically?
>
>Thanks,
>Larry Morelli

One way:
- Create a public/private variable with boolean value to store user's option (Eg.: pbGroupNewPage).
- Create a report variable (named r_group). And do Value to Store = Iif(pbGroupNewPage = .T., 1, 0) and Calculation Type = Sum And check New Page in Group Starts on.
- Create a group and put r_group in Group on.
Good luck!
Erick
Força Sempre!
Strength Always!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform