Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert report into image file
Message
De
24/03/2006 12:12:45
 
 
À
24/03/2006 11:17:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01107384
Message ID:
01107443
Vues:
25
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform