sboard0599 Posted June 26, 2001 Posted June 26, 2001 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?
Chuck Posted June 27, 2001 Posted June 27, 2001 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
sboard0599 Posted June 27, 2001 Author Posted June 27, 2001 I got it to work by telling the applescript to do scripts in each of the db's. Phish_URL_Repo_new.zip Phish_URL_Repo_new.zip Phish_URL_Repo_new.zip
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now