July 20, 20196 yr I am trying to select the photo container field on my layout so that I can paste the clipboard contents in. Here is the AppleScript that I am trying with no success: -- Find the record in the FMP Database with Contact ID = myContactID show (every record whose cell "ID_Contact" = myContactID) -- create a found set tell layout "L300a_CONTACTS_Data_Entry" go to cell "Contact_Container_Photo" paste end tell Any ideas on what I am doing wrong or the correct way to do this?
Create an account or sign in to comment