<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
<font size="2"><font face="Helvetica,sans-serif">Can anyone tell me if
it's technically possible to have a scrolling text field where a user
could select multiple lines, and then drag-and-drop those lines onto
their desktop?&nbsp; And then, I'd be able to track what those text items
are, and react accordingly?&nbsp; (I'd have Rev ftp some files from an FTP
server and put those files on the user's desktop). <br>
<br>
What would be even better is if I can detect that the user has dragged
those text items onto a particular folder on their hard-drive, but that
may be too much to ask.<br>
<br>
Looking through all the field messages, is seems like the
"MouseReleased" call is part of the solution, but I haven't been able
to find the calls (if they exist), that will tell me the destination of
dragged items outside the Rev stack.<br>
<br>
<br>
</font></font>
</body>
</html>