-10006 filemaker error
-10006 filemaker error
- Subject: -10006 filemaker error
- From: AKnasinski <email@hidden>
- Date: Tue, 13 Sep 2005 23:54:14 -0500
I have a simple AppleScript which sets the value in a field to the
name of the hard drive.
tell application "Finder"
set DiskName to (get name of startup disk)
end tell
set cell "MacLabelVolume" of current record to DiskName
This script works find when the physical table exists in the database
which the script is running from. If I change the table occurence to
point to the same exact table in an external file then I get a "write
access denied" error. If I click in the field, I can edit the field
contents so access to the field does not seem to be the problem.
Any ideas?
Under FMP8 I'm using the new GET functions but need to have this
working under v7 as well.
thanks,
andy
_______________________________________________
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