Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Are there any known problems with Acrobat 4?
Message
From
15/06/1999 15:15:16
 
 
To
15/06/1999 14:39:23
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00230033
Message ID:
00230121
Views:
22
>>>Last week, I posted a message describing a problem with using Adobe Acrobat 4 under Visual FoxPro 6, running on a Windows NT platform (Message Title was Outputting Reports in .PDF with Acrobat 4, thread #228100). Since then, several more of our customers have reported this problem of having the PDFWriter output to a PRINTER.TXT.PDF. It is becoming an urgent situation.
>>>
>>>Has anyone heard anything else from Microsoft, Adobe, or any other source, reporting this sort of problem and/or offering a solution or workaround for it? I'm approaching the end of my time limit to get this fixed, and I'm no closer to a solution now than I was a week ago.
>>>
>>>
>>>Bill
>>>
>>>PS - While researching this problem, I visited the Adobe User-to-user forum. If I ever complain about the Universal Thread again, shoot me. This forum is a hundred times better than Adobe's!
>>How do you assign file's name?
>>Mark
>
>Mark,
>
>Filenames are created witht he following command:
> lcFileName = oSession.cTempPath + SYS(3) + '.' + lcExtension
>
>oSession.cTempPath is a directory that is used for temporary files. It is usually C:\TEMP or some variant.
>lcExtension is the file extension of the filename we are creating. If we do not put an extension on our filename, VFP will create the file with a .TXT extension. Since our printer is PDFWriter, the extension is PDF.
>
>Therefore, our filename lcFileName would be "c:\TEMP\12345678.PDF"
>
>As I mentioned, this has worked fine under Adobe Acrobat 3.
>
>Bill
Try to use INI file. Here it is:
[Acrobat PDFWriter]
ErrFlag=0
FileNameSet=0
PDFFileName = 'sales.pdf'
szTitle=Visual FoxPro
szAuthor=Mark
szProducer=Acrobat PDFWriter 3.02 for Windows NT
szCreator=
szDate=D:19990611141515
startDocTitle=Visual FoxPro
bDocInfo=0
orient=2
res=3
cpwidewhole=612
cpwidepart=0
cpheightwhole=792
cpheightpart=0
cpmarginwhole=18
cpmarginpart=0
ErrNum=6
ErrCategory=0
This usually in C:\WINNT.0\system32\spool\drivers\w32x86\2
HTH Mark
Previous
Reply
Map
View

Click here to load this message in the networking platform