• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Creating a new field in FileMaker Pro
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Comparing strings
  • Next by Date: migrating a Eudora script to Mail.app
  • Previous by thread: Comparing strings
  • Next by thread: migrating a Eudora script to Mail.app
  • Index(es):
    • Date
    • Thread