Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FoxyPreviewer
Message
De
20/02/2013 14:53:26
Issam Mansour
Jordan Business Machines
Amman, Jordanie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
FoxyPreviewer
Divers
Thread ID:
01566577
Message ID:
01566577
Vues:
82
hi,
i use FoxyPreviewer to send my report to pdf with the following code :-


SET PROCEDURE TO LOCFILE("FoxyPreviewer.App") ADDITIVE
LOCAL loReport as "PreviewHelper" OF "FoxyPreviewer.App"
SET STEP ON
loReport = CREATEOBJECT("PreviewHelper")
WITH loReport as ReportHelper
.AddReport(_Samples + "\Solution\Reports\percent.frx", "NODIALOG")
.cDestFile = "c:\temp\Teste1.pdf" &&' Use to create an output without previewing
.RunReport()
ENDWITH
loReport = NULL


how can set the "Object Type" to 11 = PDF AS IMAGE,.

any help

regards
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform