Search found 4 matches

by cwany
Fri Feb 29, 2008 11:53 am
Forum: Programming
Topic: VBA and Timing
Replies: 5
Views: 20170

i may have a dumb question, but i just can't find "runonce.ini" file nowhere... (after i run .WriteSettings)... any hint?
by cwany
Fri Feb 29, 2008 11:31 am
Forum: Programming
Topic: Here's an example of BullZip PDF generation in VBA (Excel)
Replies: 4
Views: 29157

btw "activeprinter" feature is some office 2k+? I use office 97 (imagine!), and don't seem to have this one?
by cwany
Fri Feb 29, 2008 11:26 am
Forum: Programming
Topic: Creating PDF from MS Access
Replies: 1
Views: 11018

I'm not sure, but i would add a
[code].WriteSettings[/code]
line before printing
by cwany
Fri Feb 29, 2008 11:25 am
Forum: Programming
Topic: Still get dialog box
Replies: 5
Views: 22929

well, here goes my code (some parts are omitted to make it more readable) [code]Private Sub PrzyciskEksport_Click() [...] Dim PDFPrinter As New Bullzip.PDFPrinterSettings [...] PDFPrinter.SetValue "Output", [some variable goes here] PDFPrinter.SetValue "ShowPDF", "no" PDFPrinter.SetValue "ConfirmOve...