Author Topic: AppleScript doen't work in 1.8.1  (Read 2016 times)

melastudio

  • Jr. Member
  • **
  • Posts: 14
    • Melastudio
AppleScript doen't work in 1.8.1
« on: October 22, 2009, 03:28:18 PM »
snow leopard 1.6.1 and Yummy 1.8.1

I have this simple statement suggested in this forum some times ago

   using connection "Lomax.bkmk" list local folder "/Users/macbook/Desktop/max/JPEG"
   using connection "Lomax.bkmk" list remote folder "/monica"

where lomax.bkmk is my bookmark.
For a bug of a beta version I call the name of my bookmark using the extension.
This should work also in non beta version but this time it stopped working.
I have modified the script as following

   using connection "Lomax" list local folder "/Users/macbook/Desktop/max/JPEG"
   using connection "Lomax" list remote folder "/monica"

So the problem is solved.

But my problem is that my script doens't give me an error and it seemed that all worked!
How can I do in order to know if a step in my script gives an error?

I hope to have been clear...
Many thank
Certified FileMaker Pro 9Developer

JD

  • Administrator
  • FTP Guru
  • *****
  • Posts: 2157
Re: AppleScript doen't work in 1.8.1
« Reply #1 on: October 22, 2009, 03:34:28 PM »
Interesting. I will investigate.

JD

  • Administrator
  • FTP Guru
  • *****
  • Posts: 2157
Re: AppleScript doen't work in 1.8.1
« Reply #2 on: November 01, 2009, 05:44:33 PM »
I fixed this up in the next beta :)

melastudio

  • Jr. Member
  • **
  • Posts: 14
    • Melastudio
Re: AppleScript doen't work in 1.8.1
« Reply #3 on: November 02, 2009, 01:48:28 AM »
OK. Thanks...
But I'll wait an official release...
:-)
Certified FileMaker Pro 9Developer