Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XFRX Question (I think it's simple)...
Message
From
17/05/2008 23:55:50
Chris Sund
Silhouette Solutions
Utah, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
XFRX Question (I think it's simple)...
Miscellaneous
Thread ID:
01317918
Message ID:
01317918
Views:
55
Hey everyone,

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
Next
Reply
Map
View

Click here to load this message in the networking platform