Zum Hauptinhalt gehen

Suche

Suche

Specify Printer For The Print Bartender Template

Kommentare

1 Kommentar

  • Avatar
    Legacy Poster

    Hey Serge,

        Based on the app I did to print on 6 different printers, you would need to open your document with the printer you want to print to. So you would get code like this :

     

    set btFmt = btApp.Formats.Open("c:\ActiveXSample.btw",false,"PRINTER 1")

    or 

    set btFmt = btApp.Formats.Open("c:\ActiveXSample.btw",false,"PRINTER 2")

     

    The btFmt.Printer is only used to get the current printer not set it.

     

    Thanks,

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.