Apple events error: "Apple event timed out" (-1712)This error can happen when an event takes an unusually long time to complete. If an event takes longer than two minutes, the Apple Event Manager reports a time-out error. This error can sometimes be generated when:
• You are using the FileMaker Pro Show event to find records in a large database
• FileMaker Pro presents a dialog box waiting for the scripter's (user's) response
• tell application "FileMaker Pro"
with timeout of 300 seconds
Show (every Record whose Cell "Product" contains "FileMaker Pro")
end timeout
end tell