how to set "timeout" parameter within FileMaker Pro?
how to set "timeout" parameter within FileMaker Pro?
- Subject: how to set "timeout" parameter within FileMaker Pro?
- From: Kevin Carter <email@hidden>
- Date: Fri, 27 Apr 2001 14:21:55 -0400
- Organization: WGBH Educational Foundation
using Filemaker Pro 4.1, I find that lodging an AppleScript within a ScriptMaker script works well EXCEPT that I can't seem to stipulate any timeout parameters.
does anyone know the trick to doing this?
e.g.,
tell AppleScript
with timeout of 500 seconds
tell application "foo"
foo bar
end tell
end timeout
end tell