<HTML>
<HEAD>
<TITLE>How can I empty the clipboard?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana">If I use:<BR>
<BR>
on mouseUp<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;put empty into field &quot;Dummy&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;select the text of field &quot;Dummy&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;copy<BR>
end mouseUp<BR>
<BR>
The clipboard is not emptied because no text was selected since the field &#8220;Dummy is empty... So how do I proceed?...<BR>
<BR>
Andr&eacute; Rombauts</FONT>
</BODY>
</HTML>