• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: SatImage term conflict with FMP
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SatImage term conflict with FMP


  • Subject: Re: SatImage term conflict with FMP
  • From: Bryan <email@hidden>
  • Date: Mon, 29 Jan 2001 23:16:08 -0500
  • Organization: Apex Radiology

Oh Wait,

Did you want the Filemaker event codes instead of the Satimage event codes?

getURL +event GURLGURL;
begin transaction +event miscbegi;
class info +event coreqobj;
close +event coreclos;
copy +event misccopy;
count +event corecnte;
create +event corecrel;
cut +event misccut ;
data size +event coredsiz;
delete +event coredelo;
do menu +event miscmenu;
do script +event miscdosc;
duplicate +event coreclon;
end transaction +event miscendt;
event info +event coregtei;
exists +event coredoex;
get data +event coregetd;
open +event aevtodoc;
paste +event miscpast;
print +event aevtpdoc;
quit +event aevtquit;
redo +event miscredo;
save +event coresave;
set data +event coresetd;
show +event miscmvis;
sort +event DATASORT;
undo +event miscundo;
go to +event FMPRGOTO;
find +event FMPRFIND;

Also 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


  • Follow-Ups:
    • Re: SatImage term conflict with FMP
      • From: Emmanuel <email@hidden>
References: 
 >SatImage term conflict with FMP (From: Xandra Lee <email@hidden>)
 >Re: SatImage term conflict with FMP (From: David Graham <email@hidden>)

  • Prev by Date: Re: SatImage term conflict with FMP
  • Next by Date: Re: Add command to Contextual Menu?
  • Previous by thread: Re: SatImage term conflict with FMP
  • Next by thread: Re: SatImage term conflict with FMP
  • Index(es):
    • Date
    • Thread