Re: FMP question
Re: FMP question
- Subject: Re: FMP question
- From: David Graham <email@hidden>
- Date: Mon, 30 Oct 2000 08:54:31 -0800
At 7:52 AM -0800 10/30/00, Gary Hobish wrote:
tell application "Filemaker Pro 5"
tell database "name Of My Database"
do script "NameofFileMakerScript"
end tell
end tell
Notice that the database remains in the background.
For a second I thought ... WOW! ... but then I realized that the
database is not staying in the background. Also, this script wont run
as-is since you must specify "filemaker script" after the "do
script". I would really like to find a way to launch a script in a db
without bringing it to the front.
Oh well ... here's a simpler way to write this:
tell application "Filemaker Pro 5"
do script filemaker script "NameofFileMakerScript" of
database "name Of My Database"
end tell
- Dave
--
==============================================================
David Graham Partnerships With Industry
MIS Manager 7540 Metropolitan Dr., #105
voice : 619.681.1999 San Diego, CA 92108
fax : 619.681.1990
http://www.pwiworks.org
AOL IM: dmgraham22
mailto:email@hidden
"We assist persons with disabilities to work in the community"
==============================================================
Please join us at the Walk for Opportunity 2001!
April 7, 2001 - Mission Bay
For more information -
http://www.pwiworks.org
or call Community Relations at 619-681-1999
PWI's Walk goals:
* raise awareness of the abilities of PWI clients,
* raise funds to expand PWI's outreach,
* enjoy a walk at a beautiful location.
Come and join the fun!