I have a problem saving datawindows to PDF but only for the clients. I am able to save as a PDF in the developer workstation. When I compile and distribute the code the clients go through the motions but the file is never saved. I have created the PB.INI file in the folder of the distributed application and PB.INI file contains the following 2 lines.
[Data Window]
NativePDF_Valid=1
When I added the NativePDF_Valid=1 to my developers PB.INI then everything worked fine on my workstation. According to the help files online the code to created the PDF when using the PDFlib generator this code is supposed to automatically be included in my complied code.
See this link that contains relevant information.
Does anyone know the work around for this?
Thanks
Louis