Search found 5 matches

by paulera
Mon Jan 15 2007
Forum: Visual Basic Community
Topic: "Output File Name" dialog
Replies: 3
Views: 15059

The dialog I sad is not a save as dialog box, but just a small window with a text box to write the file path, an OK and a Cancel button. I want that this window don’t appear to my users. This dialog is not good because it doesn’t remember the file path and don’t allow the user to navigate trou...
by paulera
Fri Jan 12 2007
Forum: Visual Basic Community
Topic: "Output File Name" dialog
Replies: 3
Views: 15059

"Output File Name" dialog

I am using this code to print a PDF: Dim pdfprinter As CDIntf.CDIntf Set pdfprinter = New CDIntf.CDIntf pdfprinter.DriverInit ("Amyuni PDF Converter") pdfprinter.DefaultDirectory = "c:\" pdfprinter.DefaultFileName = "c:\teste.pdf" pdfprinter.FileNameOptions = 1 + 2 pdfp...
by paulera
Fri Jan 12 2007
Forum: Visual Basic Community
Topic: Newbie - sample code?
Replies: 3
Views: 18105

a little example for ya: 'Initialize the PDF printer Dim pdfprinter As New CDIntf.CDIntf pdfprinter.DriverInit("PDF Compatible Printer Driver") 'you can try pdfprinter.DriverInit("Amyuni PDF Converter") 'Configures printer pdfprinter.DefaultFileName = "c:\test.pdf" pdfp...
by paulera
Fri Jan 12 2007
Forum: Visual Basic Community
Topic: Diferences in PDF creation when debugging or running EXE
Replies: 0
Views: 10550

Diferences in PDF creation when debugging or running EXE

Hi there, this is my first post in this forum... My application sends a Crystal report direct to the printer, and I need to implement a PDF exporting option. So, when the user wants to generate PDF, I tried to do something like this: 'Initialize the PDF printer Dim pdfprinter As New CDIntf.CDIntf pd...
by paulera
Fri Jan 12 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Diferences in PDF when debugging or running EXE
Replies: 0
Views: 5041

Diferences in PDF when debugging or running EXE

Hi there, this is my first post in this forum... My application sends a Crystal report direct to the printer, and I need to implement a PDF exporting option. So, when the user wants to generate PDF, I tried to do something like this: 'Initialize the PDF printer Dim pdfprinter As New CDIntf.CDIntf pd...