AppleScript isn't the same today?
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