We have incorporated the converter developer version into an Access97 program. For a majority of our users it is working great. We have one client that is using a Windows98 machine that is having a problem. We have both error trapping and logging in the program. We are creating a four page PDF and do call enable printer before each print copmmand. The code does not produce any errors, nor do any show up in the log. However, when we go to access the PDF file, it has not been created.
Any suggestions?
PDF file not created
File Anme specification
PDF.DefaultFileName = strdb & frm.ApplicationNumber.Caption & ".pdf"
Where strdb = local directory and
frm.Applicationnumber.caption is a label with the actual file name.
Where strdb = local directory and
frm.Applicationnumber.caption is a label with the actual file name.
Local Directory
This program has been distributed to over 2000 computers. On 99.5% it is working correctly with the same exact code. It is only the .5% that we are having a problem with and we are trying to determine what might be causing it. It is not the local directory as that variable is used in at least 50 other places throughout the program without a problem on these same computers.
Do you know of anything that might stop the pdf_converter from writing the file to the hard drive?
Do you know of anything that might stop the pdf_converter from writing the file to the hard drive?