Anthony Talo Posted October 22, 2004 Posted October 22, 2004 I would think this would work: tell application "Finder" set source_file to (choose file with prompt "Choose File...") end tell tell application "FileMaker Developer" tell database "LexiconProduct" tell layout "Control Panel" set cell 247 to source_file end tell end tell end tell It always stops at the cell reference and puts up a Dialog "blah, blah, blah. Object not found" TIA
CoZiMan Posted October 22, 2004 Posted October 22, 2004 Have you tried using the name of the cell in quotes? And, by the by, Filemaker Developer can be referred to as "Filemaker" in OSX So why not use: tell application "FileMaker" set cell "NameHere" of layout "Control Panel" of database "LexiconProduct" to source_file end tell Good luck !
Recommended Posts
This topic is 7335 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now