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

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

Recommended Posts

Posted

I am trying to write a script that will get a job number in one db and find info about that job in another db. Basically, I find the job in question, copy the job number in the number field, activate the other db, go into find mode, paste the copied job number from the original db into the job field in this db and then perform the find. The script works when I run it as a standalone Applescript, but when I embed the script into a script I made in FileMaker in the orignal db it stops working as soon as my other file is activated. Any help out there? shocked.gif" border="0shocked.gif" border="0

Posted

There's a better way to go about this, and you don't need AppleScript.

If there isn't a relationship between the two databases based on the job number create one. Then use the Go to Related Record [ Show, Your_Relationship ]. This will create a found set of records in the related database where each record has a job number that is the same as your original record. Then you can use the Perform Script [ External ] step to go to a list layout in the related database.

Chuck

This topic is 8554 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.