• 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: Filemaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filemaker


  • Subject: Re: Filemaker
  • From: Malcolm Fitzgerald <email@hidden>
  • Date: Fri, 16 Jul 2004 11:13:29 +1000

On Jul 15, 2004, at 7:17 AM, Ruby Madraswala wrote:

Currently I am using a database software (PC only) and I want to
switch over to Filemaker Pro which runs on both platforms (MAC and
PC). Could anyone suggest site(s) that I can look up for Filemaker
scripts examples.

If you want to switch to FMP for cross-platform use, then you won't
want to use AppleScript with FMP (as that part of your databases will
only work with Macs) and so this list won't get you very far.

that's not true. If the person using Filemaker is sitting at a Mac they can use Applescripts. Filemaker runs on the client computer so you simply test the environment to see which platform is running or which computer you're on then run scripts accordingly. You can host the files from a Windows box if you want. I've written plenty of scripts do this.

if (statuscurrentplatform = win )
beep
show message "Run this job from one of the Macs"
else
-- we are on Mac
run the job
end if

-- or --

if (status currentusername = webby )
run the job
else
beep
show message "Access Denied"
end if



--
--
Malcolm Fitzgerald email@hidden
Database Manager http://www.asauthors.org
The Australian Society of Authors ph: 02 93180877 fax: 02 93180530
_______________________________________________
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.


  • Follow-Ups:
    • Re: Filemaker
      • From: Roger Howard <email@hidden>
    • Re: Filemaker
      • From: Bill Briggs <email@hidden>
References: 
 >Re: Filemaker (From: Roger Howard <email@hidden>)

  • Prev by Date: Re: Avoiding repetition
  • Next by Date: Re: Photostitch Dictionary
  • Previous by thread: Re: Filemaker
  • Next by thread: Re: Filemaker
  • Index(es):
    • Date
    • Thread