In FoxPro 2.6 for Windows running under Windows NT4, I've noticed that issuing the RETRY command after certain errors doesn't seem to do anything. Execution continues as if the retry had worked, but the program line which caused the error is not re-executed.<br><br>The specific situation encountered is when adding a data record fails due to a lack of disk space (error 56). Typically, the CDX gets saved but not the DBF. Choosing the Retry option from my error handler's dialogue box causes the program to continue as if everything is OK, but subsequent examination of the files shows that the situation remains unchanged (e.g. new CDX with old DBF, which then gives error 5 (record out of range)).<br><br>Can anyone confirm my observations and offer a solution?<br><br>Note that the FoxPro DISKSPACE function always reports more space than is really available on our network drives and so cannot be used as a check before saving (it seems to ignore the space restrictions applied on our network, as does Windows NT Explorer!).<br><br>Any help would be greatly appreciated.<br><br>Andy Blay