Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing more than one copy
Message
 
 
To
10/06/2009 12:46:25
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
01404989
Message ID:
01405002
Views:
81
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform