Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert report into image file
Message
From
24/03/2006 12:12:45
 
 
To
24/03/2006 11:17:47
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01107384
Message ID:
01107443
Views:
23
Murad -

VFP 9 Report listener allows you to save report as a TIFF file, but if you want to have your report to be converted in a different image formats such as GIF, JPEG, BMP, PNG – you may try FRX2Any – www.frx2any.com

frx2any is a fine product, but your advice is misleading. The VFP9 ReportListener class supports the following output types natively. See the "OutputPage method" topic in the help file, particularly the possible values for the nDeviceType parameter:
  • 100 - This value specifies a filename, to be saved as image of EMF type.
  • 101 - This value specifies a filename, to be saved as image of TIFF type.
  • 102 - This value specifies a filename, to be saved as image of JPEG type.
  • 103 - This value specifies a filename, to be saved as image of GIF type.
  • 104 - This value specifies a filename, to be saved as image of PNG type.
  • 105 - This value specifies a filename, to be saved as image of BMP type.
  • 201 - This value specifies a page to be saved additively into a previously-created TIFF, generating a multi-page TIFF file.


hope this helps,
- Colin
Previous
Reply
Map
View

Click here to load this message in the networking platform