Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Group starts on
Message
 
 
À
04/07/2006 13:27:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
01133641
Message ID:
01133658
Vues:
20
>How can I control "Group Starts on" through code?
>I want user to select any of these 3 options
>
>"Group Starts on"
>1-New line
>2-New page
>3-New page number 1
>AND
>Reprint group header on each page.
>
>Thanks

Once you figure this out the implementation is simple. You would do something like:
use myTemplateReport.frx in 0 alias template
copy to tempDir\UserOption.frx 
use in template
use tempDir\UserOption.frx in 0 alias CurrentReport
replace ...
use in CurrentReport
report form tempDir\UserOption.frx to printer prompt preview
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