Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing more than one copy
Message
 
 
À
10/06/2009 12:46:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 7 SP1
Divers
Thread ID:
01404989
Message ID:
01405002
Vues:
83
lcRepName = "MyReport.frx"
lcTempRepName = SYS(2023) + "\" + SYS(2015) + ".frx"
SELECT 0
USE (lcRepName)
COPY TO (lcTempRepName)
USE  (lcTempRepName)
...
USE 
REPORT FORM (lcTempRepName) ...
See How To Programmatically Set the Number of Copies for a Report mskb #251236 for sample code.

>How ? I never did such operation :(
>
>>Make a temp copy, modify it programmatically and and print report from it
>>
>>>Thanks Sergey, but what happens if I built the report inside de executable ?
>>>
>>>>See 'How to set programmatically # of copies = 2' Message #1318303'
>>>>
>>>>>How to print more than one copy without running the report again ?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform