FileMaker 8 AppleScript question....
FileMaker 8 AppleScript question....
- Subject: FileMaker 8 AppleScript question....
- From: David Crowe <email@hidden>
- Date: Fri, 20 Oct 2006 10:13:04 -0600
Title: FileMaker 8 AppleScript
question....
I'm converting some scripts to FileMaker 8 and am having a bit of
a problem with "create new record" when the layout is not
visible.
With the sequence:
tell
application "FileMaker
Pro Advanced" to
tell
document
"blah" to
tell
layout
"blah"
(or a variety of variants
using database, table etc.) I can read and write field contents to my
heart contents.
But I can only create records
when the layout is visible.
In this case the workaround
was simple, I just made FileMaker navigate to the right layout, and
added all the fields that I needed to it, but I was wondering if this
is a real restriction or just that I'm not using the correct form of
reference to a layout in order to create a record in it.
- 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:
This email sent to email@hidden