February 4, 200520 yr I'm new to applescript... found this example in a book. Works in FMP 6 not in FMP 7 "Object not Found". its pretty simple... Can someone help Thanks ---- set myfilepath to (choose file "Select file") as string tell application "FileMaker Developer" set cell "path" of current record to myfilepath end tell ----
February 4, 200520 yr In FMP 7, you have to say the name of the layout where to put the data : set cell "path" of current record of layout "x" to myfilepath
Create an account or sign in to comment