Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing to a PDF with wwPDF
Message
De
11/07/2001 16:59:35
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Printing to a PDF with wwPDF
Divers
Thread ID:
00529448
Message ID:
00529448
Vues:
43
I was using the wwPDF class to print to a PDF with Windows 98 and Acrobat Reader 4.0 and it worked beautifully. My code is:

SET PROCEDURE TO WWAPI ADDITIVE
SET PROCEDURE TO WWPDF ADDITIVE
oPDF=CREATE("wwPDF40")
oPDF.PrintReport("MyReport.frx","F:\TEMP\MYFILE.PDF","")

Now I got a new computer with Windows 2000 and I'm getting an error. The error is "Variable HKEY_CURRENT_USER is not found" coming from the Init of wwPDF40. How can I get this to work with Windows 2000?

Thanks,
Elyse
Elyse Pomerantz
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform