FileMaker 8 "create new record" again....
FileMaker 8 "create new record" again....
- Subject: FileMaker 8 "create new record" again....
- From: David Crowe <email@hidden>
- Date: Fri, 10 Nov 2006 21:03:03 -0700
Title: FileMaker 8 "create new record"
again....
Perhaps someone can explain this.
The following code, running against a database file that has two
tables, "Table1" and "Table2" creates a record in
"Table1" when the current layout shows that table and the
following code is executed:
tell application "FileMaker Pro Advanced" to tell database "Test" to tell table
"Table2"
create new
record
end tell
Yet, the following code, which I would think is equivalent, does
the 'right' thing and creates a record in Table2 as specified:
tell application "FileMaker Pro Advanced"
create new record in table
"Table2"
of
database
"Test"
end tell
Any explanations?
- David Crowe
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden