Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7895 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I observe the following at printing a layout in OSX/FM6

Two scripts have been made, which print both the layout.

Script 1 contains the page setup option of the active printer.

Script 2 has that to, but here at printing it has been indicated that he must save as PDF.

Irrespective of these setup, the printer will print the last chosen setup.

Conclusion: FM6 doesn't store the output option.

Please don't tell me there is no solution!

Posted

Applescript to the rescue:

tell application "Print Center"

set the current printer to printer "Adobe PDF"

end tell

Posted

Thank you Tom, but the problem is that Apple scripts don't work on Windows.

The man is walking on the moon, but FM can't print PDF's on multi platform.

Sniff!!!!

Posted

I don't have this problem. I am using FileMaker 5.5.

In Mac OS X, I have two printing scripts with different "Restore" options. One prints to the printer, the other saves a PDF on the desktop named "INVOICE.pdf".

You must be missing something (or I don't understand what you're trying to do). Try creating the Page Setup [Restore] script steps again.

Posted

I should add that no matter how you solve this, it's gonna involve doing something different for both platforms.

Remember, FileMaker can check the current operating system and using if statements you can direct it's actions accordingly.

This topic is 7895 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.