<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6603.0">
<TITLE>Apple events and 2.7</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi all,<BR>
<BR>
Apple events do not seem to work well with version 2.7. I have created a test stack, with just a field called &quot;myfld&quot;. The stack script looks like:<BR>
<BR>
on appleEvent eClass, eID<BR>
&nbsp; put eClass &amp; cr into fld &quot;myFld&quot;<BR>
&nbsp; put eID &amp; cr into fld &quot;myFld&quot;<BR>
end appleEvent<BR>
<BR>
If compiled with version 2.6, eClass and eID give correct results (e.g. &quot;oapp&quot; if the application is opened). If compiled with version 2.7 (2.7.3) you get wrong characters (for example something like &quot;</FONT></P>

</BODY>
</HTML>