Re: SatImage term conflict with FMP
Re: SatImage term conflict with FMP
- Subject: Re: SatImage term conflict with FMP
- From: Bryan <email@hidden>
- Date: Mon, 29 Jan 2001 23:12:15 -0500
- Organization: Apex Radiology
The satimage event codes are:
backup +event SATISYNC;
extract string +event SATIEXTR;
uppercase +event SATIUPPE;
replace +event SATIRPLC;
applicationpath +event SATIAPPL;
concat +event SATICONC;
delete +event SATIDLKY;
format +event SATIFORM;
get alias info for +event SATIALIS;
LoadResource +event RESORGET;
ListResources +event RESORLST;
GetResourceName +event RESORGNA;
PutResource +event RESORPUT;
cos +event MATHCOSI;
sin +event MATHSINE;
acos +event MATHACOS;
asin +event MATHASIN;
tan +event MATHTANG;
atan2 +event MATHATA2;
atan +event MATHATAN;
sqrt +event MATHSQRT;
ln +event MATHLN ;
log10 +event MATHLOG ;
exp +event MATHEXP ;
Courtesy of The OSAXen DB.
Bryan Kaufman
David Graham wrote:
>
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"
>
==============================================================
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users