Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CreatePDF and Windows NT/Windows 2000
Message
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00681215
Message ID:
00681234
Views:
23
This message has been marked as a message which has helped to the initial question of the thread.
>>>Hi everybody,
>>>
>>>We were using CreatePDF program successfully for more than 2 years now. Just found, that this program doesn't work on Windows NT/Windows 2000. Instead the file with PRINTER.TXT.PDF name is created in the directory, which has the application, which runs the report.
>>>
>>>I need to solve the problem quickly and preferably without switching to another way of producing PDF (but if it's needed, we can). May be we have to change something in the Adobe installation itself. Each machine in the office has Adobe Acrobat 4 installed.
>>>
>>>Thanks a lot in advance.
>>
>>We're using wwPDF class with Acrobat 4 under Windows NT/2000 w/o any problem.
>
>I'll try it. Do you have a wrapper program, so I can just use CreatePDF, but switch to the class instead?

I don't have a wrapper because the code is simple, for example
	SET PROCEDURE TO wwPDF ADDITIVE
	SET PROCEDURE TO wwAPI ADDITIVE
	loPdf = CREATE("wwPDF40")
	loPdf.PrintReport("ls.frx", tcOutputFile)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform