• 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 Find Question - Help please...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filemaker Find Question - Help please...


  • Subject: Re: Filemaker Find Question - Help please...
  • From: CYB <email@hidden>
  • Date: Fri, 26 Mar 2010 21:28:55 -0600
  • Thread-topic: Filemaker Find Question - Help please...

Title: Re: Filemaker Find Question - Help please...
Dear friends,


It has been a long time I don't post here, please forgive me.

I have had a problem for a long time and I don't seem to find a solution for it.

I have many AppleScript Studio applications that interact with Filemaker Pro using the "find" filemaker script.

These apps work fine as long as I have opened the Filemaker Pro database in my Mac, if i "open remotely" the application, the script fails with error "".

I attach at the end of this text a sample of the applescript handler I use...

Thanks!


Bernardo Höhl
Rio de Janeiro
Brazil

==================handler:

tell application "FileMaker Pro Advanced"
go to database dbName
tell document dbName
try
delete
every request
end try
set
theRequest to create new request
set cell cellName of theRequest to (cellContent as text)
find
end
tell
end
tell


I have many AppleScript scripts interacting with FM and all my databases are in a remote server, the solution for me is to embed my scripts into the FM database, of course in my case they are just scripts, not AppleScript studio apps.
But maybe it will help you to solve your problems

Carlos Ysunza B.
Director
Ysunza/Santiago
Comunicación Visual • Automatización
Tel. (52)55 5256-0336
email@hidden

http://www.ysunzasantiago.com
http://www.thesecretmexico.com
http://www.softrobot.com.mx

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >Filemaker Find Question - Help please... (From: Bernardo Hoehl <email@hidden>)

  • Prev by Date: Re: (resend) - $ dir=/Some/Path/To/Server ; y=`date +%Y`; ls -lR $dir | sed -e "s/[0-9]*:[0-9]*/ `echo ${y}`/g"
  • Next by Date: Re: Rep: old script fails AND BUG in Smile 3.5.2 (build 609)
  • Previous by thread: Filemaker Find Question - Help please...
  • Next by thread: OS X : AppleScript -> Standardized way to deal with paths (folders and files)
  • Index(es):
    • Date
    • Thread