filemaker and os x crash...
filemaker and os x crash...
- Subject: filemaker and os x crash...
- From: "Josh Hatch" <email@hidden>
- Date: Wed, 24 Jul 2002 14:26:46 -0400
Howdy...
I'm having trouble with some AppleScripts using FileMaker Pro 5.5 in OS X.
Basically, when doing a compound search FMP is crashing. This doesn't happen
with the same script in FileMaker 5.5. for OS 9.2.2.
Here is the portion of the script where FMP crashes (below are the script's
results):
set AppleScript's text item delimiters to {""}
tell application "FileMaker Pro"
tell record 1 of database gMenuDatabase
set advisoryDate to cell "Advisory Date"
set dateText to cell "Short Date Text"
set advisoryDateText to cell "Advisory Date Text" --date string
for next day calculation
end tell
set sectionSet to choices of cell "AP Rundown Section" of database
gDataDatabase
end tell
set advisoryPath to ("NIM:AUTOPOSTING:apexpress:" as string)
set advisoryName to GetPart("FILENAME")
and here's the results that brings back.
tell application "FileMaker Pro"
get cell "Advisory Date" of record 1 of database "NIM Advisories
Menu.fp5"
get cell "Advisory Date" of record 1 of database "NIM Advisories
Menu.fp5"
--> "20020724"
get cell "Short Date Text" of record 1 of database "NIM Advisories
Menu.fp5"
--> "July 24, 2002"
get cell "Advisory Date Text" of record 1 of database "NIM Advisories
Menu.fp5"
--> "Wednesday, July 24, 2002"
get choices of cell "AP Rundown Section" of database "NIM Advisory
Data.fp5"
--> {"TODAY'S NEWS", "WEATHER IN MOTION", "HEALTH IN MOTION", "YOUR
MONEY", "NIM DAILY EXTRAS", "ENTERTAINMENT NEWS", "SPORTS", "BREAKING NEWS",
"ECONOMY WATCH", "SEPT. 11 ANNIVERSARY", "WESTERN WILDFIRES"}
show every record of database "NIM Advisories Parts.fp5" whose cell
"SERVICE" = "AP" and cell "ADVISORY" = "Preliminary" and cell "PART" =
"FILENAME"
That's when FileMaker Pro 5.5 "unexpectedly quits."
I'm out of ideas and FileMaker Co. was no help whatsoever.
Many thanks in advance for any help anyone can offer...
--
Joshua Hatch
Knight Ridder/Tribune
News in Motion
(202) 383-3724 (p)
(202) 737-3209 (f)
http://www.newsinmotion.com/
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.