Re: FileMaker Pro 8 and Do Scripts Errors!
Re: FileMaker Pro 8 and Do Scripts Errors!
- Subject: Re: FileMaker Pro 8 and Do Scripts Errors!
- From: Wayne Melrose <email@hidden>
- Date: Mon, 26 Sep 2005 15:47:20 +0200
It sounds like its not actually doing to the new record that you are
creating, I'm not running FM8 yet, although I would suggest that in
your "New Record" Filemaker script, you add a line "GoToRecord/
Request/Page[Last]" to make sure it goes to the newly created record,
then the "current record" will be your newly created one.. at least
this would work in FM7
-------------------------------------
Wayne Melrose
email@hidden
On Sep 26, 2005, at 3:38 PM, Jason Bourque wrote:
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 (Applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
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