Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FoxyPreviewer
Message
From
20/02/2013 15:24:13
 
 
To
20/02/2013 14:53:26
Issam Mansour
Jordan Business Machines
Amman, Jordan
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01566577
Message ID:
01566583
Views:
80
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform