Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FoxyPreviewer
Message
De
20/02/2013 15:24:13
 
 
À
20/02/2013 14:53:26
Issam Mansour
Jordan Business Machines
Amman, Jordanie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
01566577
Message ID:
01566583
Vues:
79
>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

There are some examples here:

http://foxypreviewer.codeplex.com/documentation

search on the page for "PDF as image"
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform