FileMaker Create Record Target
FileMaker Create Record Target
- Subject: FileMaker Create Record Target
- From: Jason Bourque <email@hidden>
- Date: Fri, 04 Apr 2008 12:18:57 -0400
- Thread-topic: FileMaker Create Record Target
Title: FileMaker Create Record Target
The following script will create a record in the frontmost database.
How can I target the correct database?
I am using FileMaker Pro Advanced 9v3
tell application "FileMaker Pro Advanced"
tell database "Marketing Landscape.fp7"
tell table "Calendar"
tell layout "Calendar List"
-- show
set vNewRecord to create new record with data {vEventName, vDaysLateMax, vEventLocation, vProjectStartDate, vStartDate, vEndDate}
end tell
end tell
end tell
end tell
Thanks,
Jason Bourque
_______________________________________________
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/archives/applescript-users
This email sent to email@hidden