FileMaker (Pro Advanced 8) bug?
FileMaker (Pro Advanced 8) bug?
- Subject: FileMaker (Pro Advanced 8) bug?
- From: David Crowe <email@hidden>
- Date: Fri, 20 Oct 2006 14:33:07 -0600
Title: FileMaker (Pro Advanced 8)
bug?
If I create a simple test database with two tables, "Table1"
and "Table2" with two layouts with the same names, no
relationships between them, then the following code (executed when
Layout Table2 is on the screen):
tell application "FileMaker Pro Advanced" to tell document "Test" to tell layout
"Table1"
create new record
end tell
creates a record in Table2. Adding "at layout/table/database
"Table1" just generates an error (Object Not Found).
In fact, everything works the same as:
tell application "FileMaker Pro Advanced"
create new record
end tell
which creates a new record in whichever table is on the current
layout.
- 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