FileMaker Pro 8 and Do Scripts Errors!
FileMaker Pro 8 and Do Scripts Errors!
- Subject: FileMaker Pro 8 and Do Scripts Errors!
- From: Jason Bourque <email@hidden>
- Date: Mon, 26 Sep 2005 09:38:10 -0400
- Thread-topic: FileMaker Pro 8 and Do Scripts Errors!
Hello,
I get this error when trying to set cell data after a do script call. Any
Ideas?
"FileMaker Pro got an error: Data is being accessed by another user, script,
or transaction."
tell application "FileMaker Pro 8"
activate
tell database "To Do List.fp7"
do script "New Record"
delay 1
tell window 1
tell current record
set cell "Task Name" to vTextSelection
set cell "Requested By" to vSendersFirstName
set cell "Task History" to vEmailContent
end tell
end tell
end tell
end tell
Thanks,
Jason Bourque
_______________________________________________
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