https://bugs.freedesktop.org/show_bug.cgi?id=79508

          Priority: medium
            Bug ID: 79508
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: printing with script and mailmerge does not recognize
                    the changed printer
          Severity: normal
    Classification: Unclassified
                OS: Windows (All)
          Reporter: mario.edelm...@t-online.de
          Hardware: x86-64 (AMD64)
            Status: UNCONFIRMED
           Version: 4.2.4.2 release
         Component: Printing and PDF export
           Product: LibreOffice

Created attachment 100238
  --> https://bugs.freedesktop.org/attachment.cgi?id=100238&action=edit
example print makro

- create a database
- create a text-document with fields from the database
- create a basic-script to print via mailmerge to the selected pinter like
attachment

the lines to change the printer
    Dim myPrinter(0) as new com.sun.star.beans.PropertyValue
    myPrinter(0).Name = "Name"
    myPrinter(0).Value = "canon" 'not the standart printer
    oMailMerge.Model.setPrinter(myPrinter)
are not observed. It allways print to the standard printer

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to