Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow Speed Creating Mulit-Page Tiffs using ReportListene
Message
From
03/05/2007 01:46:28
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01221837
Message ID:
01222092
Views:
22
>If you need color TIF documents, then i cannot help you, otherwise i have a method that works on all vfp versions and is extremely fast, no matter how many pages you may have...

Hi Jaime
What is it ?
I wld ne interested to hear abaout it.

TIA
Sergio


>Jaime
>
>>Hello,
>>
>>If anybody has a way to speed up a process to create a multi-page tiff file or another method that would be super. The FOR loop below slows as the pages increase I think because the end of the Tiff file has to be found for appending.
>>
>>
>>* Create the report listener object (create tiff version of report for fax)
>>
>>PUBLIC ReportListenerObj
>>ReportListenerObj = CREATEOBJECT('ReportListener')
>>ReportListenerObj.ListenerType = 3
>>
>>REPORT FORM &report_path OBJECT ReportListenerObj
>>	
>>FOR PageCounter = 1 TO SavePageCount
>>    ReportListenerObj.OutputPage(PageCounter, temp_fax_folder + file_copy + '.tif', IIF(PageCounter = 1, 101, 201))	
>>ENDFOR
>>
>>Any help would be appreciated.
>>
>>Thank you
*****************
Srdjan Djordjevic
Limassol, Cyprus

Free Reporting Framework for VFP9 ;
www.Report-Sculptor.Com
Previous
Reply
Map
View

Click here to load this message in the networking platform