Re: Another FMP question
Re: Another FMP question
- Subject: Re: Another FMP question
- From: SemiColon <email@hidden>
- Date: Mon, 6 Nov 2000 19:57:35 -0800
At 6:12 PM -0800 11/6/00, Paul Berkowitz wrote:
>
> If that fails, maybe you can call OSA Menu from a FMP script
>
AppleScript step
>
> using:
>
> +event osaMosaM; {alias "Disk:System Folder:Scripts:Universal
>
> Scripts:YourScript"}
>
>
>
Is that an Apple Event step? it doesn't look like any AppleScript step I
>
know.
It is (with fake chevrons this time) a raw event that you can place
into the text of a FileMaker script, AppleScript step to call OSA
Menu to run the referenced script.
<<event osaMosaM>> {alias "Disk:System Folder:Scripts:Universal Scripts:some script"}
;