karobert Posted March 20, 2006 Posted March 20, 2006 Hi! I have the following problem: This Script works fine on a local database. If the same database is running on an Server (fm8v2), then the same filemaker client has on access to the record ids and got an error: tell application "FileMaker Pro Advanced" tell database "Programm_Import" show layout "Programme_zum_Einspielen" tell table "Programme_zum_Einspielen" set newrecord to create new record save set cell "Programmname" of newrecord to "test" end tell end tell end tell I have tested this on 2 different machines with the same result. Does anybody have a solution for this? best regards, karo.
karobert Posted March 20, 2006 Author Posted March 20, 2006 Hi! Now I have found myself a solution. If the database is running on the server, it seems that this thing works: set newRec to create new record at table xy Then I get the right ID with full access. Don’t ask me why there is a different behaivor... best regards, karo.
Recommended Posts
This topic is 6822 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