mswanson65
Programmer
Hi all, I am working on an application currently written in PB 6.5 and PFC. The app includes functionality to create pdf files by printing to the Adbobe pdfwriter print driver. I wrote an nvo that encapsulates this functionality and it works for Adbobe version 4 and up and operating systems windows 95, 98, NT and 2000 pro and eventually XP. When I migrate the application to PB 8.03 the pdf file generation stops working. I followed it in the debugger. The datawindow print fuunction doesn't fail with an error it just doesn't create the pdf. It seems like the datawindow print isn't communicating to the adbobe pdfwriter print driver. Did anything change in PB 8 with datawindow.Print()? Any help would be greatly appreciated!