• 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: scripting copy from one filemaker database to another
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scripting copy from one filemaker database to another


  • Subject: Re: scripting copy from one filemaker database to another
  • From: cris <email@hidden>
  • Date: Wed, 24 Jan 2001 01:21:54 +0100

on 23.01.2001 22:36 Uhr, Lorne Golden at email@hidden wrote:

> The problem is that the create new record does not seem to work. Usually it
> creates the new record in the original database from where the script is
> called. Basically applescript can't seem to differentiate between the 2
> databases.
Yes, this is very stupid by FM: Either you activate the database where you
want to create the record ('set visible of theDatabse to false/true' does
the job) or you reference the database explicity in EVERY line, this is the
safest way i found out.

tell app "FM"
create new record at database foo
set cell foo of last record of database foo to ...
end

Something like that.


Greetings
cris
--
+ English is my second language, please write slowly!


References: 
 >scripting copy from one filemaker database to another (From: Lorne Golden <email@hidden>)

  • Prev by Date: Re: newbie: how to get result of "cancel"
  • Next by Date: Re: executing programs
  • Previous by thread: scripting copy from one filemaker database to another
  • Next by thread: RE: scripting copy from one filemaker database to another
  • Index(es):
    • Date
    • Thread