Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Newbie here, show (every record ...) not working now


This topic is 5035 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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

This topic is 5035 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.