<FONT color=#68228b>
<P>I have a design question.  I am trying to implement an activity log or event tracking piece to my stack.  I want the program to record in a file all of the user's interactions.  It is simple to record each key a user types, but more difficult to record where a user clicks the mouse.  In short, I need to know if there is a way to capture which button or field a user clicked on.  So far, all I can do is get the control's control number which is not good enough because it is not unique throughout the program.  Any ideas?  My current scripts are below...</P>
<P>-- the following scripts are for the logging function of the Event Recorder, will record all user actions.</P></FONT><FONT color=#980517>
<P>on </FONT>keyUp pressedKey</P>
<P><FONT color=#0000ff>put</FONT> pressedKey &amp; tab &amp; the <FONT color=#ff0000>short</FONT> <FONT color=#ff0000>system</FONT> date &amp; tab &amp; the <FONT color=#ff0000>long</FONT> <FONT color=#ff0000>system</FONT> time &amp; cr after fld "sessionLog" of wd "UserLogStack"</P><FONT color=#980517>
<P>end</FONT> keyUp</P>
<P>on mouseDown</P>
<P>answer the mouseControl</P>
<P>end mouseDown</P><p><br><hr size=1>Do you Yahoo!?<br>
<a href="http://rd.yahoo.com/mail/mailsig/*http://mailplus.yahoo.com">Yahoo! Mail Plus</a> - Powerful. Affordable. <a href="http://rd.yahoo.com/mail/mailsig/*http://mailplus.yahoo.com">Sign up now</a>