AS Problem
AS Problem
- Subject: AS Problem
- From: kim <email@hidden>
- Date: Fri, 20 Jul 2001 13:47:58 +1200
All,
apologies in advance for cross posting to both FMP/AS lists
I'm looking for someone (Ehsan, Jimmy J?) to confirm something for me
FMP 5/5.5, Mac OS 9.1, AS 1.6
the test db has only a single field and a single record. The field has
only three words in it.
tell application "FileMaker Pro"
set thetext to cell "Field1" of current record as styled text
end tell
Running results in an out of memory error in Script Editor (and a hard
crash in Script Debugger). After re-starting Script Debugger the script
may run once or twice but will then revert to quitting or timing out. It
seems impossibly unreliable.
_however_,
if I apply _any_ style to _any_ character of the text it runs flawlessly.
Runs fine in FMP 4.