<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="0">Always a good idea to test 'the result' after a save command. One client complained his program didn't save after copying a stack from a CDROM (which, of course, had a read-only property). Another had a server problem which sometimes allowed a save, and then didn't. The doSave below forced him to accept it was his problem, not mine. Anyway, a simple generic handler in the stack script may help you...<BR>
<BR>
on doSave<BR>
&nbsp; save this stack<BR>
&nbsp; if the result&lt;&gt;"" then answer "Save error... You cannot write to CDROM. Please select a different folder, then try again" with "OK"<BR>
end doSave<BR>
<BR>
If you want more a accurate reason, check if the SysError is not 0.<BR>
<BR>
/H<BR>
<BR>
<BR>
_________________________________________________<BR>
<B>Hugh Senior</B><BR>
The Flexible Learning Company<BR>
Consultant Programming &amp; Software Solutions<BR>
Fax/Voice: +44 (0)1483.27 87 27<BR>
Email: <A HREF="mailto:admin@flexibleLearning.com">mailto:h@flexibleLearning.com</A><BR>
Web: <A HREF="http://www.flexiblelearning.com/">www.flexibleLearning.com</A></FONT></HTML>