Fm Insert movie
Fm Insert movie
- Subject: Fm Insert movie
- From: "Dr. Max Bonilla" <email@hidden>
- Date: Thu, 16 Jan 2003 15:48:40 -0600
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?
Thanks
Max
_______________________________________________
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.