Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XFRX Question (I think it's simple)...
Message
De
17/05/2008 23:55:50
Chris Sund
Silhouette Solutions
Utah, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
XFRX Question (I think it's simple)...
Divers
Thread ID:
01317918
Message ID:
01317918
Vues:
56
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform