Search found 2 matches

by Vladb
Fri Aug 06 2004
Forum: Power Builder Community
Topic: Problem printing to PDF Printer Driver from PowerBilder
Replies: 2
Views: 13006

Thanks Joan, I changed the code as you said and it worked. Here it is: long ll_rc PDFPrinter = PdfDriverInit("My PDF Export") ll_rc = SetResolution (PDFPrinter, 600) ll_rc = SetDefaultConfig (PDFPrinter) //ll_rc = SetDefaultPrinter (PDFPrinter) ll_rc = SetDefaultFileName (PDFPrinter, Outpu...
by Vladb
Thu Aug 05 2004
Forum: Power Builder Community
Topic: Problem printing to PDF Printer Driver from PowerBilder
Replies: 2
Views: 13006

Problem printing to PDF Printer Driver from PowerBilder

Hello, I am not able to generate a pdf file printing to PDF Printer Driver. I am using PowerBilder 9. I created a test form, put an external data window (with a couple of rows) and a button on it. In the click event of the button I put a piece of code I took from Technical Note 6.pdf(with some cosme...