Creating a new field in FileMaker Pro
Creating a new field in FileMaker Pro
- Subject: Creating a new field in FileMaker Pro
- From: Francois Guite <email@hidden>
- Date: Thu, 30 May 2002 16:30:55 -0400
Is there any way of making an AppleScript that creates a new field in an
existing FileMaker Pro database (Mac OS X, FileMaker Pro 5.5)? All I get
is an error message saying that the "Object or property is not
modifiable". Here is what my attempted script looks like:
tell application "FileMaker Pro"
activate
open file "H.Q.:Users:francois:Documents:Galhre:Bases de
donnies:Dossiers d'ilhves:Options commentaires"
set newField to "New name" as string
create new field with properties {name:newField}
end tell
Best regards,
Frangois Guiti
_______________________________________________
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.