AppleScript from FileMaker 5 to FileMaker 7
AppleScript from FileMaker 5 to FileMaker 7
- Subject: AppleScript from FileMaker 5 to FileMaker 7
- From: Jürgen Keser <email@hidden>
- Date: 10 Apr 2006 17:00:32 +0200
Hi,
I have an old script that works wonderful with FileMaker 5.
Now we've updated our database to FileMaker 7 and the script
will give me an error message. Are there some new commands for
FileMaker 7?
Enclosed I'll send you an part of the script.
on run
tell application "FileMaker Pro"
activate
set datensatz to current record of database 1
set mailfeld to name of database 1
set Maillist_Status to cellValue of cell "Maillist_Status" of datensatz
end tell
end run
Is there an easy way to make this script compatible with FileMaker7?
Best regards,
Jürgen Keser
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden