• 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
AppleScript isn't the same today?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AppleScript isn't the same today?


  • Subject: AppleScript isn't the same today?
  • From: Jason Bourque <email@hidden>
  • Date: Mon, 08 Nov 2004 12:15:36 -0500

Hello,

This script worked on Friday, now it doesn't.
My computer crashed this morning. But now it won't get the name of every
database unless I activate FileMaker First. It works on one computer but not
mine? Any idea's on what could of caused this?


On a second note my laptop at home couldn't load a script because of some
can make type problem.


Thanks,

Jason Bourque





tell application "FileMaker Pro"

            set the clipboard to vOrthoItemNum as text


            set vDatabasesNames to name of every database

            if vDatabasesNames does not contain "OT Product Pricing.fp5"
then
                activate
                open file "Jason's Mac:Users:jasonbourque:Documents:Current
Projects:OT Product Pricing.fp5"
            end if

            show every record of database "OT Product Pricing.fp5"

            tell database "OT Product Pricing.fp5"
                show (first record whose cell "Item Number"'s cellValue is
vOrthoItemNum)
                set vFoundRecordValues to (first record whose cell "Item
Number"'s cellValue is vOrthoItemNum)

            end tell
        end tell


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: How to extract the email address in a the message body (From: Joseph Weaks <email@hidden>)

  • Prev by Date: Re: How to extract the email address in a the message body
  • Next by Date: Re: How to extract the email address in a the message body
  • Previous by thread: Re: How to extract the email address in a the message body
  • Next by thread: Re: How to extract the email address in a the message body
  • Index(es):
    • Date
    • Thread