FileMaker ... setting fields via AppleScript without carrying style
FileMaker ... setting fields via AppleScript without carrying style
- Subject: FileMaker ... setting fields via AppleScript without carrying style
- From: David Crowe <email@hidden>
- Date: Mon, 14 Apr 2003 15:46:52 -0700
Whenever I execute AppleScript like:
tell application "FileMaker Pro"
tell database "Schedule Contributions"
set theRecord to create new record
tell theRecord
set cell "Number" to FileNumber as string
set cell "Number_suffix" to FileSuffix
set cell "Document Title" to Title
set cell "Company" to Company
set cell "Status" to ""
set cell "PublishedFileName" to FileName
end tell
end tell
end tell
... the text fields in the FileMaker database get uniformly set to
Geneva 12pt text style, rather than the specific font characteristics
of the FileMaker field.
Does anyone know how to tell FileMaker to set the fields without style?
- David Crowe
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.