Issue report by David Morrison
Product
FileMaker ProVersion
12v1Operating system version
Mac OS X 10.7.4Description of the issue
When following the guidelines of KB ID: 6185, the AppleScript switches the default printer for the OS, but not in FileMaker 12."tell application "Printer Setup Utility"
Set the current printer to printer "<PRINTER NAME>"
end tell"
When you go to Apple Mail, Safari, System Preferences, the printer is switched, but within FileMaker 12 it is not.
Running the same AppleScripts within FileMaker 11 behave correctly. The script switches to the Dymo and back to the original default printer that was captured by Get ( PrinterName ).
Steps to reproduce the problem
Run the following AppleScript to change printers within FM12:"tell application "Printer Setup Utility"
Set the current printer to printer "<PRINTER NAME>"
end tell"
Check any other application and the printer changes. Within FM12, the printer is still the same as before.