<HTML>
<HEAD>
<TITLE>RR &amp; Adobe InDesign</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana">I know I must be doing something wrong, but what is the syntax for sending applescripts to Adobe InDesign?<BR>
<BR>
Contents of vScript is:<BR>
tell application &quot;InDesign 2.0.1&quot;<BR>
activate<BR>
set theDocument to active document<BR>
set find preferences to nothing<BR>
set change preferences to nothing<BR>
search for &quot;fourth&quot; in theDocument replacing with &quot;4th&quot;<BR>
end tell<BR>
<BR>
But when I use <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;send vScript to program &quot;InDesign 2.0.1&quot;<BR>
Nothing happens...<BR>
<BR>
When running the above script in ScriptMaker nooooooooo proplem...<BR>
<BR>
I had the same problem in Supercard a while back... <BR>
The command in SC is <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get script(do,&quot;AppleScript&quot;,vScript)<BR>
<BR>
But this (duhhh) doesn&#8217;t work in RR...<BR>
<BR>
Who can help, who has experience with this???<BR>
<BR>
Many thanks in advance,<BR>
<BR>
Ton</FONT>
</BODY>
</HTML>