Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XFRX Question (I think it's simple)...
Message
 
 
To
17/05/2008 23:55:50
Chris Sund
Silhouette Solutions
Utah, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01317918
Message ID:
01317920
Views:
13
The third parameter in SetParams(0 is NoPrefiew
	nRetVal = loSession.SetParams ("PDF_REPORTS\"+jpdf_name+".Pdf",,.F.,,,,"PDF")
>
>I've been using XFRX to create pdf files. That has worked great, but now I'm trying to create a PDF file without Adobe Reader coming up right after the report is finalized.
>
>Here's my code. There has to be some sort of function that does this in loSession.
>
>
>
>loSession = xfrx ('XFRX#INIT')
>		nRetVal = loSession.SetParams ("PDF_REPORTS\"+jpdf_name+".Pdf",,,,,,"PDF")
>
>		If nRetVal = 0
>    	loSession.ProcessReport (jreport+".frx")
>    	loSession.finalize
>*As soon as this happens Adobe Reader comes up to preview. I just want the pdf file saved to the hard drive without a preview
>    	endif
>
>
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform