Re: Fm Insert movie
Re: Fm Insert movie
- Subject: Re: Fm Insert movie
- From: "Dr. Max Bonilla" <email@hidden>
- Date: Tue, 21 Jan 2003 23:32:01 -0600
Really; it worked? The script does not work for me. I've double
checked the spelling in the cell name and it definition as a
container. It still does not work. Any other ideas?
Thanks.
Max
On 16/01/2003 17:12, "Dr. Max Bonilla" <email@hidden> wrote:
I'm trying to script a FileMaker 5.5 database to insert a movie into
a container field, but the set command does not respond (returns an
error: FileMaker Pro got an error: Some data was the wrong type.)
Here's a shorter example where the problem happens:
tell application "FileMaker Pro"
tell database 1
set temp to (choose file with prompt "Which Movie?") as string
set cell "Video clip QuickTime" of last record to file temp
end tell
end tell
Any ideas?
Your script works fine here.
My guess is "Video clip QuickTime" cell is defined as something other
than a container type.
cheers
ehsan
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.