• 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
Re: tell application "FileMaker Pro/Developer"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tell application "FileMaker Pro/Developer"


  • Subject: Re: tell application "FileMaker Pro/Developer"
  • From: Jean-Marie Hoornaert <email@hidden>
  • Date: Wed, 3 Sep 2003 10:47:22 +0200

Le mardi, 2 sep 2003, ` 22:58 Europe/Brussels, David Crowe a icrit :

I'm starting to upgrade from FileMaker Pro 5.5 to Developer 6 (and
I'm sure y'all don't care).

But, this breaks all the many places I say:

tell application "FileMaker Pro" -- which now has to be: tell
application "FileMaker Developer"

If you invoque the "FileMaker" application from inside the ScriptMaker, then there are two way

tell current application
-- your statements
end tell

or just ... your statements

-- tell application "FileMaker Pro"
-- your statements
-- end tell

All commands will be intercept first by FileMaker.
That's the reason why some statements will not compile in the ScriptMaker whithout using raw data.

example : the "write" event from the StandardAdditions.osax

write theText to file theDocument --> error
+event rdwrwrit; theText to file theDocument --> ok

(Sorry for the way I write English, but French is my first language, Dutch my second, and AppleScript my thirth)


--
Cordialement.

Jean-Marie -HOO;-)
____________________
Jean-Marie Hoornaert
Courriel : email@hidden
PPsP* : http://www.h2o.be
Newsletter : email@hidden?subject=abonnement_h2o
* Page Personnelle sans Pritention
* pour AppleScripter FileMaker _______________________________________________
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: Re: Mail.app - dictionary implementation questions.
  • Next by Date: Re: sending data from one AppleScript App to another
  • Previous by thread: Re: tell application "FileMaker Pro/Developer"
  • Next by thread: [ANN] eunotice latest
  • Index(es):
    • Date
    • Thread