• 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
File Maker calling applescript issue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

File Maker calling applescript issue


  • Subject: File Maker calling applescript issue
  • From: Ashwin Row <email@hidden>
  • Date: Thu, 25 Sep 2008 11:03:40 +0530

Hi,
The following code works just as it should when opened in script maker and even when i save and run it as a .app file it is fine its just that when i call it from File Maker it does not perform the actions it usually does. Some code runs and other lines dont most notably the lines that open the file.

Ashwin Row

tell application "FileMaker Pro Advanced"
activate
tell database "Automator"
tell record 1
cell "Page Name"
--set abc to "hi"
set abc to cell "Page Name"
display dialog abc
end tell
end tell
end tell

set theFolder to (POSIX path of ("/Applications/eShox/" & abc)) --as alias
tell application "RapidWeaver" to open theFolder
end
Warm Regards,
Ashwin Row
------------------------------------------------------
Software Developer | Fortune Infocomm Pvt. Ltd., Mumbai, India.
Phone: +91 22 67997970 (Off) | 
+91 9820566420 (Mobile)
Email: ashwin@fortuneinfotech.com
          ashwinrow@mac.com
------------------------------------------------------     
Your preferred Mac & Win  development partner.

 _______________________________________________
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

  • Prev by Date: Re: FileMaker Related Cell Question
  • Next by Date: end tell issue..
  • Previous by thread: Re: FileMaker Related Cell Question
  • Next by thread: end tell issue..
  • Index(es):
    • Date
    • Thread