Re: tell application "FileMaker Pro/Developer"
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.