Timeout when calling FileMaker Pro
Timeout when calling FileMaker Pro
- Subject: Timeout when calling FileMaker Pro
- From: mark manley <email@hidden>
- Date: Mon, 21 Mar 2005 10:38:30 -0800
All,
Great list! I'm a newbie here.
I run the following script and I'm getting an error (Timeout) on the SECOND "activate" command.
The first 'tell... end tell' section works perfectly, but the second seems to fail.
I thought it was an error in the second FM database, but I switched the order and the problem still comes up during the second "activate".
- Just for fun, I removed the second "activate" and the same timeout error occurs on the "open file..." command.
- The last command in the FIRST FM database script is to "close document" (which works fine).
Is this more AppleScript voodoo??
Thanks in advance for any help/advice.
tell application "FileMaker Pro 7"
activate
open file "Macintosh HD:Users:user1:Desktop:New system:TS101Creator.fp7"
do script FileMaker script "Run Report"
end tell
tell application "FileMaker Pro 7"
activate
open file "Macintosh HD:Users:user1:Desktop:New system:TS103Creator.fp7"
do script FileMaker script "vertToHoriz22"
end tell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden