Irene M Posted March 27, 2003 Share Posted March 27, 2003 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! Link to comment Share on other sites More sharing options...
Fitch Posted March 27, 2003 Share Posted March 27, 2003 Applescript to the rescue: tell application "Print Center" set the current printer to printer "Adobe PDF" end tell Link to comment Share on other sites More sharing options...
Irene M Posted April 4, 2003 Author Share Posted April 4, 2003 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!!!! Link to comment Share on other sites More sharing options...
BobWeaver Posted April 4, 2003 Share Posted April 4, 2003 You're running OSX under Windows? Cool! Link to comment Share on other sites More sharing options...
jasonwood Posted April 5, 2003 Share Posted April 5, 2003 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. Link to comment Share on other sites More sharing options...
jasonwood Posted April 5, 2003 Share Posted April 5, 2003 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. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 7852 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 accountSign in
Already have an account? Sign in here.
Sign In Now