Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing more than one copy
Message
From
10/06/2009 13:04:13
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
01404989
Message ID:
01405005
Views:
57
Thanks Sergey and Naomi, you are kind as alweays !!


>
>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 ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform