Re: simple FM Pro question
Re: simple FM Pro question
- Subject: Re: simple FM Pro question
- From: Simon Forster <email@hidden>
- Date: Fri, 4 Jan 2002 10:27:57 +0000
On Friday, January 4, 2002, at 09:50 am, Jason Davies wrote:
tell application " Filemaker Pro"
activate
do script 3makenote"
end tell
Checking one of my scripts:
tell application "FileMaker Pro"
tell document "my_database.fp5"
do script "Get_Data"
end tell
end tell
And, if memory serves, you can push this into one line:
tell document "my_database.fp5" of application "FileMaker Pro" to do
script "Get_Data"
HTH
Simon Forster
________________________________________________
LDML Ltd, 4/5 Hazlitt Mews, London, W14 0JZ, UK
<tel int="+44 20 7602 9370" uk="020 7602 9370">
<fax int="+44 20 7371 6662" uk="020 7371 6662">
<
mailto:email@hidden>
________________________________________________