Re: SatImage term conflict with FMP
Re: SatImage term conflict with FMP
- Subject: Re: SatImage term conflict with FMP
- From: David Graham <email@hidden>
- Date: Mon, 29 Jan 2001 20:09:42 -0800
At 2:30 PM -0500 1/29/01, Xandra Lee wrote:
Filemaker refused to compile the following within a perform AppleScript
step: (I assume because it also has a replace event). I'd specifically
put the syntax in a handler hoping FMP would ignore it but no luck.
--REQUIRES "Satimage" OSAX (osax comes w/Smile)
--Replaces "::" with a tab char
on cleanTabData(allText)
set t to ASCII character 9
set cleanedText to (replace "::" by t in allText)
return cleanedText
end cleanTabData
I've run into this problem with FMP before, and wonder what the best
workaround is. The only I've used in the past was to run as applet, or
put the script in an FMP field.
I thought I remember reading somewhere in the Smile documentation
that you could use the Copy Translate feature to get the raw event
codes. I'm not sure if this would solve your problem, but it's my
best guess.
- Dave
--
==============================================================
David Graham Partnerships With Industry
MIS Manager 7540 Metropolitan Dr., #105
voice : 619.681.1999 San Diego, CA 92108
fax : 619.681.1990
http://www.pwiworks.org
AOL IM: dmgraham22
mailto:email@hidden
"We assist persons with disabilities to work in the community"
==============================================================