February 8, 201115 yr Newbies I have a applescript that use to work but is no longer working, very simple. property DB : "CBA Jobs.fp7" property aPO : "046860" tell application "FileMaker Pro Advanced.app" activate try show (every record of DB whose cell "Media_Bank_PO_Number" is aPO) on error show (every record of DB whose cell "Media_Bank_PO_Number" = aPO & " - Datatrak") end try end tell The po exists on the database. I can do a manual search. But when I trace the code it jumps to on error. Any help will be greatly appreciated. Sam 10.5.8 server FileMaker pro advanced 9.0v3 I tried FileMaker pro 11 as well with no luck DB is remote
Create an account or sign in to comment