Issue report by Jojo Yaya
Product
FileMaker ProVersion
12.v4Operating system version
Windows 7-64BitDescription of the issue
Hi, i have two scripts that enable data to be printed from different printers.The first script looks like this:
print setup [Restore; no dialog]
print [Restore: Printer A ; no dialog]
and the other script looks like this:
print setup [restore; no dialog]
print [Restore: Printer B ; no dialog]
the problem is that when i change the first script print setup, the script step,print setup in second script also being changed to the same as the first script. And when i change the print setup script step in the second script, the first script also being affected. It seems to print using the same printer from both scripts. It means that the printer setting cant be saved.
I have asked the same question in the forum, and someone told me to try it in a new file. So, i have tried it, and the same problem occurred.
i am using filemaker pro advanced 12
windows 7 64 bits
Steps to reproduce the problem
I create a new file and test with the same script steps. It seem to be the same problem within the old file.Also i tried this on mac, it works perfectly on mac but buggy on windows.