ljensen1 Posted June 27, 2003 Posted June 27, 2003 I've got a script that's called from the web. It has FileMaker printing to pdf, and then sending out an email. I've noticed that if FileMaker is in the background, the script goes on hold until FileMaker is put in the foreground. Is there anyway, within a script, to make FileMaker move to the foreground? (using FileMaker 6 and Mac OS X) Thanks!
ernst Posted June 27, 2003 Posted June 27, 2003 Hi Ljensen1, Perform Applescript ( activate ) will do the trick. Ernst.
Anatoli Posted June 29, 2003 Posted June 29, 2003 ljensen1 said: I've got a script that's called from the web. It has FileMaker printing to pdf, and then sending out an email. I've noticed that if FileMaker is in the background, the script goes on hold until FileMaker is put in the foreground. Is there anyway, within a script, to make FileMaker move to the foreground? (using FileMaker 6 and Mac OS X) Thanks! This is strange behavior from modern application on modern OS. In any case -- are you aware of problems with scripts triggered from web? Single threaded script engine in single threaded FM can give you big problems with performance and/or crash.
Recommended Posts
This topic is 7821 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